Note: empty() only checks variables as anything else will result in a parse error. In other words, the following will not work: empty(trim($name)).
empty() 只檢測變數,檢測任何非變數的東西都將導致解析錯誤!
Note: empty() only checks variables as anything else will result in a parse error. In other words, the following will not work: empty(trim($name)).
empty() 只檢測變數,檢測任何非變數的東西都將導致解析錯誤!