Question about the difference in function calls using '@'
Posted: Mon Jun 09, 2003 1:14 am
Been coding php for a while, and am a self admitted hack----;)
I'm reviewing a mod for an Invision BBS, and have come across the code
The variables don't matter, what I don't understand/have never seen before is the use of the @sign (the first character before the php move_uploaded_file)
What's the @ sign do?
I'm reviewing a mod for an Invision BBS, and have come across the code
Code: Select all
if (! @move_uploaded_file( $HTTP_POST_FILESї'file']ї'tmp_name'], $ibforums->varsї'd_download_dir'].$FILE_NAME) )What's the @ sign do?