windows - Make PHP command line display phpinfo page by page? -
when use php cli phpinfo end last half. here command:
> php -i
i'm not sure call? there way of controlling output portion displayed piece @ time press of key? both on windows , linux
php -i | more
should work on both linux , unix. on linux, though, more
alias equivalent less
Comments
Post a Comment