Posts

Showing posts with the label phpinfo

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.