Posted by Michael Fesser on 10/14/07 16:24
..oO(macca)
>If all you want to do is hide the notice
In clean code you never want to hide notices, but fix the problems that
cause them.
>prepend the function with an
>at sign.
>
>e.g.
>
>
>@explode("Second part match string", $text);
This doesn't fix the error and is as stupid as the default setting for
error_repoting. There's hardly a reason to use '@' at all.
Micha
Navigation:
[Reply to this message]
|