Re: [PHP] Question on syntax...
On 20 Aug 2003 09:57:20 -0500, you wrote: >I've seen this a few times in some code examples... > >XXX::XXX > >What do the 2 colons signify? Static method of an object. Calling a method of a class without first instantiating an instance of the class. /* Class A has method B */ cl
[PHP] Question on syntax...
I've seen this a few times in some code examples... XXX::XXX What do the 2 colons signify? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php