Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
maxdb_get_proto_info
(PECL)
maxdb_get_proto_info(no version information, might be only in CVS)
maxdb->protocol_version -- Returns the version of the MaxDB protocol usedDescription
Procedural style:
int maxdb_get_proto_info ( resource link )Object oriented style (property):
class maxdb {string protocol_version
}
Returns an integer representing the MaxDB protocol version used by the
connection represented by the link
parameter.
Example
PÅ™Ãklad 2. Procedural style
|
The above examples would produce the following output:
Protocol version: 10 |
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
maxdb_get_metadata | Nahoru |