如圖
我也是凌亂了,
PS:上圖的
<code>finfo_file($finof,basename($this->filePath))</code>
是我之前測試
<code>finfo_file($finof,$this->filePath)</code>
隨便嘗試印製的,問題不在於這
如圖
我也是凌亂了,
PS:上圖的
<code>finfo_file($finof,basename($this->filePath))</code>
是我之前測試
<code>finfo_file($finof,$this->filePath)</code>
隨便嘗試印製的,問題不在於這
finfo_file
需要傳入的是檔案的路徑,不是檔案名稱。
basename('C:WindowsTempphpA9C5.tmp') === 'phpA9C5.tmp'
。
所以,你應該去掉basename
函數