NYCPHP Meetup

NYPHP.org

[nycphp-talk] phantom file writing errors

inforequest sm11szw02 at sneakemail.com
Tue Jul 27 02:19:52 EDT 2004


Marc Antony Vose suzerain-at-suzerain.com |nyphp 04/2004| wrote:

> To inforequest:
>
> Could you explain what you mean by 'file-handle-passed' problem?


When the file handle passed to the fwrite is not correct, you will get 
this streams error. Happens sometimes when someone gets a filehandle 
into a var, somehow mucks up the var (modifiy the type, for example) and 
then uses that var as the handle in an fwrite. theproblem is with the 
file handle passed to fwrite.

I did not go thru your code as it's late.. but I wanted to reply to your 
request for what I meant by that.








More information about the talk mailing list