View Single Post
Old 09-03-2008, 12:15 PM   #2 (permalink)
Ross
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

In the PHP.net manual methods are shown with a double colon/scope-resolution-operator (the Paamayim Nekudotayim) and properties are shown with an arrow.

For example:
MySQLi::__construct()
MySQLi->affected_rows

I'm not sure on the reasoning for this, as I tend to think static methods when I see an SRO but that's just the way it's shown in the manual.
Ross is offline  
Reply With Quote
The Following User Says Thank You to Ross For This Useful Post:
phaesus (09-03-2008)