PHP Coding tips & tricks. Function & error explanation, coding style, how tos etc. Short notes posted directly from developer work environment.
PHP Coding Tips
Tuesday, August 7, 2012
How to show informations about current PHP install
You can show informations about current php install by function:phpinfo();This will give you to output PHP version, variables, installed modules and versions and also all configuration directiories, ports etc.
No comments:
Post a Comment