Output man page : system « Utility Function « PHP






Output man page

 
<?php
print "<pre>";
system( "man man | col -b", $return );
print "</pre>";
?>
  
  








Related examples in the same category

1.Calling the man Command
2.pingserver.php
3.portscanner.php