php(「php: hypertext preprocessor」,超文字預處理器的字母縮寫)是一種被廣泛應用的開放源**的多用途指令碼語言,它可嵌入到 html中,尤其適合 web 開發。
資料型別
變數常量
表示式:複製表示式、比較表示式、三目運算表示式。
運算子:
流程控制
陣列函式:
類的屬性
和會話安全相關的配置項
**週期
效能方面考慮
充分的非同步處理
在長時間執行的指令碼中,盡可能手動unset()變數。避免php垃圾**機制的耗時,和記憶體碎片導致的記憶體增加問題。
悲觀鎖機制
PHP知識點總結
其他isset 變數是否存在 boolean empty 檢查變數是否存在,並判斷值是否為非空或非0 void unset 銷毀變數 header content type text html charset utf 8 method exists obj,method 判斷物件的方法是否可用 fi...
PHP知識點總結
1.directory separator 因為在window上分隔符是 而在linux上分隔符是 使用這個符號就可以避免這個問題。2.realpath 返回檔案所在的絕對路徑。3.在php中 0 null 是成立的。4.file get contents和file區別 file get conte...
php零碎小知識總結
1.gettype 函式。要檢視某個型別。2.is type 判斷型別 is bool is numeric is float is int is string is object is array is integer 和 is real is nan 3.settype bar string 強...