php Programming Glossary: error_occurred
Cheking and error on a PHP function http://stackoverflow.com/questions/2702744/cheking-and-error-on-a-php-function yet it is the responsibility of my_error_handler to set error_occurred to true if an error occurs. error_occurred false Call getimagesize.. to set error_occurred to true if an error occurs. error_occurred false Call getimagesize use operator @ to have errors not be.. my_error_handler will have run if an error occurred and error_occurred will be true. Before doing anything with it restore the previous..
|