aim25 Posted June 24, 2007 Share Posted June 24, 2007 I remember reading about it, but i forgot what it was for, the @ sign in php? Appreciate the help, thanks. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted June 24, 2007 Share Posted June 24, 2007 you can write any character within the ASCII alphabet so to say, but certain characters need to be escaped with a leading \ to be properly displayed. The ASCII character @ is not an operator/perameter as far as I know in the language php. Quote Link to comment Share on other sites More sharing options...
KrisNz Posted June 24, 2007 Share Posted June 24, 2007 Its used to supress error messages on function calls or warnings when accessing non-existent variables. I'd suggest not using it and controlling error messages with the error_reporting() function instead. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.