Voting

: nine minus one?
(Example: nine)

The Note You're Voting On

dannykopping at gmail dot com
11 years ago
Keep in mind that, when attempting to set a statically-defined error handler on a namespaced class in PHP >= 5.3, you need to use the class namespace:

<?php
set_error_handler
('\\My\\Namespace\\Bob::errorHandler');
?>

<< Back to user notes page

To Top