====== phpDocumentor ====== http://www.phpdoc.org/ standard auto-documentation tool for the php language http://blog.darkhero.net/articles/view/263 常用到的參數 * @author 程式作者名稱,聯絡方式 * @const 常數 * @deprecate 不建議使用的 API * @global 全域變數 * @param 函數的參數 * @return 回傳值 * @see 可參考函數 * @since 開始時間 * @static 靜態變數 * @var 物件成員變數 * @todo 計畫中要進行的項目