|
-
Mar 5th, 2006, 07:36 PM
#1
Thread Starter
Registered User
What do @ and -> mean in php?
as the title suggests, im just wondering what @ symbol infront of a word means, and what the -> means between variables.
Thanks, Justin
-
Mar 5th, 2006, 07:53 PM
#2
<?="Moderator"?>
Re: What do @ and -> mean in php?
The @ supresses the error messages so that they wont be displayed to the user. And the -> is refering to a method or property of an object. If you want to know more information about objects and classes in PHP then read this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|