PHP [PHP]array_intersect_keyarray_intersect_key() 這個函式,可以比對出 N 個陣列中相同的index 範例 Read more… By johnson, 11 年 ago
FreeBSD [PHP]使用 PDO 操作 sqlite要在 PHP 中使用 PDO 操作 sqlite 必須先安裝一些extension Ubuntu s Read more… By johnson, 11 年 ago
PHP Getting Started with PHP TraitsGetting Started with PHP Traits PHP:8.0 PHP Traits Read more… By johnson, 11 年24 2 月, 2014 ago
ZendFramework [ZF]Layout variables在 Zend 裡面,除了 view 可以傳入變數之外,layout 也可以做到相同的功能 contr Read more… By johnson, 11 年 ago
ZendFramework [ZF]Zend DB Adapter在 Zend 當中,除了可以使用 Zend_Db::factory 建立 DB Adapter 之外 Read more… By johnson, 11 年 ago
PHP [PHP]memory_get_usage判斷程式執行的效能,記憶體的使用量是很重要的其中一個關鍵 PHP提供了一個 memory_get_u Read more… By johnson, 11 年 ago
PHP [PHP]Sorting ArraysPHP中,要針對array做sort非常方便,因為PHP已經提供許多相關的sort method可以 Read more… By johnson, 11 年24 2 月, 2014 ago
PHP [PHP]__set 與 __get在PHP中,__set 跟 __get 是 magic methods,用在存取物件中私有的成員 舉 Read more… By johnson, 11 年 ago