09-03-2008, 12:15 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
|
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.
|
|
|
|