摘要:
1 $file = "我是一个路径"; 2 if(empty($file)){ 3 $this->displayJson(Ap_Constants::ERROR_EMPTY); 4 } 5 6 7 $file_name = $file['name']; 8 $size = $file['size']; 9 //中文需要转码 10 $path = iconv('UTF-8', 'GB2312', $ 阅读全文
摘要:
1 $file = "我是一个路径"; 2 if(empty($file)){ 3 $this->displayJson(Ap_Constants::ERROR_EMPTY); 4 } 5 6 7 $file_name = $file['name']; 8 $size = $file['size']; 9 //中文需要转码 10 $path = iconv('UTF-8', 'GB2312', $ 阅读全文
|