PHP內置的Web Server的使用

  自PHP5.4之後 PHP內置了一個Web 服務器。 讓我們來看看php Web Server的簡單使用:   啓動php Web Server php -S localhost:8080 通過 php -S 命令即可啓動PHP自帶的Web Server,後面跟網絡地址及監聽的端口號,默認的網站根目錄爲當前目錄。訪問http://localhost:8080 指定網站根目錄,-t命令 php
相關文章
相關標籤/搜索