Jeff McKeon wrote:
> Does anyone know if it's possible to have file_get_contents() accept a
> file handle?

file_get_contents() does the file handle operations internally, so it
only expects the name of the file.  If you want to use file handles
yourself, then you should just fopen(), fread(), and fclose().

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to