PHP is aprogramming language
PHP是某個人用C寫CGI寫到快吐血,
憤而寫出的程式語言
既然是程式語言,所有C++、JAVA、
Python、…,他們能做到的事情,PHP基本上
都辦得到
你可以用它來寫Web server、BBS抓魚機器人、
Hadoop程式、NP作業…XD
13.
PHP is aInterpreted language
No need to compile, PHP will compile then
execute.
不用compile的意思是他會在「每次」request
進來的時候compile,無論你有沒有改過那個
檔案。
– 很慢
所以我們通常會安裝一些快取OP code的外掛