I'm looking through the GD sample code and I'm seeing things like this:
$src=@imagecrea tefromjpeg($spa th);
I don't understand the "@". And I don't see a reference to it in the
manual, I suppose that's because I don't know what it's called!
Jeff
$src=@imagecrea tefromjpeg($spa th);
I don't understand the "@". And I don't see a reference to it in the
manual, I suppose that's because I don't know what it's called!
Jeff
Comment