09-03-2008, 02:44 AM
|
#1 (permalink)
|
|
The Visitor
Join Date: Sep 2008
Posts: 1
Thanks: 1
|
mysqli documentation
I need some help understanding the documentation on the mysqli methods in the manual. Basically, I don't get what the difference is between methods described using the scope resolution operator ::, and those using the arror ->.
Some methods can only be used separately, like mysqli_connect_error() or mysqli_debug().
|
|
|
|