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