what is the @'s purpose in PHP -


possible duplicate:
what use of @ symbol in php?

i been working php right question pops in mind @ sign means? saw before method or functions calls. , try remove them there no changes. can explain me purpose of @ sign??

 @imagecreatefromjpeg($file); 

simply put, @ allows suppress errors arise call function.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -