php related

php -r 'phpinfo();'

Display phpinfo information

<? php phpinfo ();?> After saving as info.php, display phpinfo

echo ^ <? php phpinfo ();? ^>> info.php, as above, executed in cmd

 

 

reference:

Detailed PHP configuration file php.ini 

Guess you like

Origin www.cnblogs.com/jasy/p/12689030.html