Very short trick: avoid error message in PHP
Wednesday, October 8, 2008If we do not want a PHP function issues any error or warning, just enter the first call to the character snail - or at - (@):
- / / Instead of using the canonical form
- miaFunc ( ) ; $ res = miaFunc ();
- / / You can use
- miaFunc ( ) ; $ res = @ miaFunc ();













I finally understood something that I wondered for a while 'time