最終更新:2017-05-31 (水) 20:23:58 (2519d)  

PHP/ビルトインウェブサーバー
Top / PHP / ビルトインウェブサーバー

http://php.net/manual/ja/features.commandline.webserver.php

  • php -S localhost:8000 -t foo/

引数

  •  -S <addr>:<port> Run with built-in web server.
     -t <docroot>     Specify document root <docroot> for built-in web server.