PhpInfo directed to stdout
Posted: 2. Oct 2017, 20:19
how can I get phpinfo call to display it's output to stdout?
this code does not show anything
<?php
echo phpinfo();
?>
this code does not show anything
<?php
echo phpinfo();
?>