Question about fpassthru function.
Posted: Fri Aug 24, 2007 12:25 pm
I'm not really sure reading the php.net docs about this function that if this function "echoes", so to speak, and entire file? Does it, is that what it does?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Okay. Thanks. But is this the best to output an entire file using a file resource not a file URI?feyd wrote:It does pretty much the same thing as readfile() except you have to open the file yourself, potentially seeking to the location you wish to start the output from.