PhpInfo directed to stdout

Discussions about using Linux guests in VirtualBox.
Post Reply
mhenrydpai
Posts: 1
Joined: 30. Sep 2017, 21:12

PhpInfo directed to stdout

Post by mhenrydpai »

how can I get phpinfo call to display it's output to stdout?

this code does not show anything

<?php
echo phpinfo();
?>
Post Reply