readfile说明int readfile ( string filename [, bool use_include_path [, resource context]])读入一个文件并写入到输出缓冲。 返回从文件中读入的字节数。如果出错返回 FALSE 并且除非是以 @readfile() 形式调用,否则会显示错误信息。
如果也想在 include_path 中搜索文件,可以使用可选的第二个参数并将其设为 TRUE。 参见 fpassthru(),file(),fopen(),include(),require(),virtual(),file_get_contents() 和附录 J。 | ||