PHP [PHP]$argv與$argc跟所有程式語言相同,PHP也提供了$argv的變數,裡面存放了用command line輸入的參數 Read more… By johnson, 11 年 ago
PHP [PHP]call_user_funcPHP的call_user_func可以帶入函式名稱和參數並執行 執行ask function並代入 Read more… By johnson, 11 年 ago
PHP Getting Started with ComposerComposer 介紹 Composer 是一套 PHP 的套件管理工具,是一支 Phar 的執行程 Read more… By johnson, 11 年1 12 月, 2013 ago
PHP PHP Input/Output streamsPHP Input/Output streams PHP:7.2 通常在處理一些批次的資料或小工具的 Read more… By johnson, 11 年4 11 月, 2013 ago
PHP [PHP]執行Command Line命令PHP中如果要直接執行Commnad Line的話,有三個function可以使用 system() Read more… By johnson, 11 年4 11 月, 2013 ago
PHP [PHP]error_reportingPHP提供一個error_reporting function 可以自由開啟或關閉系統吐出來的訊息 Read more… By johnson, 11 年 ago
ZendFramework [ZF]建立Database Table Model在ZendFramework中,可以將每張資料表的控制寫成Model,這樣的好處是可以讓Contro Read more… By johnson, 11 年31 7 月, 2013 ago