運行php 拋出錯誤:

readfile(): Unable to find the wrapper ".http" - did you forget to enable it when you configured PHP?
本來是下載文件功能的地區(qū)文件流

readfile('.'.$file_path);   //返回從文件中讀入的字節(jié)數(shù)
最后把代碼換成

var_dump($file_path);die;
完勝!