fwrite($handle, $image_data);
and the content of image file is the word "Object"
I think it is due to method getCAPTCHAAsPNG return and object and fwrite needs a string
Any solution ?