>_ linuxcommand.dev
Startseite php
Programming

php

PHP Interpreter

Syntax
$php [options] [-f] <file> [args...]
Optionen
-f
-a
-S
-v
Examples
Examples
$php script.php
Examples
$php -a
Examples
$php -S localhost:8000
Typical use cases
Run PHP scripts
Start the web server
Use REPL
Note Server-side scripting language for web development.
Export