鑑於其表現爲無論是根據傳遞給它的參數賦值函數或訪問,這樣的功能: // in PHP, you can pass any number of arguments to a function...
function cache($cacheName) {
$arguments = func_get_args();
if (count($arguments) >= 2) { /
用PHPDoc記錄函數中更改的最佳方式是什麼?像 @change 2010.20.16 user added feature x
@change 2010.20.26 user added feature y
會很好。但是,假設沒有@change選項...如果我反正添加它,PHPDoc將如何處理它?還是有更好/更正確的方法來記錄功能變化?
請考慮下面的代碼與我試圖解析只有第一個PHPDoc的風格註釋在一個文件中(不使用任何其他庫)(放在$數據變量用於測試文件的內容): $data = "
/**
* @file A lot of info about this file
* Could even continue on the next line
* @author [email protected]
* @versi