Command Line Interface (CLI)¶
PHP supports a CLI mode : command line interface. It processes commands in the form of lines of text.
<?php
print_r($argv);
?>
Related : Webserver
The definitive reference with all things PHP, and their definitions.
Contents: