Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts Tagged Whining

Posted
8 March 2007 @ 2pm

Tagged
PHP, Whining

Gotta love the PHP

Quick - what does this line of PHP do:

@ $value = unserialize($option->option_value);

Look, its an 'at sign'. Hmm...that must be something special. I bet its some really advanced crazy PHP feat...oh of course - its PHP's error control! it tells the intrepeter to ignore any and all errors in that line of code! [...]