記錄寫程式的一些筆記跟心得 提案合作請來信洽談 bigdstut@gmail.com
PHP is a dynamic, loosely typed language, that uses copy-on-write and reference counting.
所有的php變數型態都是定義在一個zval的struct,並且使用copy-on-write(寫入時複製)與reference counting(來判斷變數是否還有被使用)。