Hi,
I am new to PHP and have found in many scripts on the net that people
use @ as a prefix to inbuilt function.
For e.g:
$conn = @imap_open("\{$ server/pop3}INBOX", $user, $pass);
i cant figure out this.Please help me understand this.
I am new to PHP and have found in many scripts on the net that people
use @ as a prefix to inbuilt function.
For e.g:
$conn = @imap_open("\{$ server/pop3}INBOX", $user, $pass);
i cant figure out this.Please help me understand this.
Comment