解釋語言PHP 越來越接近C/C++ CLI(Command Line Interface): 可以接受命令行的參數: $argc - 參數個數 $argv - 參數數據,$argv[0] 為php文件名, STDIN $str = fgets(STDIN); // 輸入字符串 Class: * 增加private, public, protect * 構造函數(__construct),析構函數(__destruct) * 繼承 * constant * ...
原文轉自:http://www.anti-gravitydesign.com