No matter how you've been reading your file, you can dump the rest of your data to your standard output channel using fpassthru.
无论怎样读取文件,您都可以使用fpassthru 将其余数据转储到标准输出通道。
WriteContents is called to write the contents of the file to standard output, which it does by calling the fpassthru function in PHP.
调用writeContents以将文件内容写到标准输出,在php中通过调用fpassthru函数实现该功能。
WriteContents is called to write the contents of the file to standard output, which it does by calling the fpassthru function in PHP.
调用writeContents以将文件内容写到标准输出,在php中通过调用fpassthru函数实现该功能。
应用推荐