Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 5)
mysqli_get_server_info(no version information, might be only in CVS)
mysqli->server_info -- Returns the version of the MySQL serverProcedural style:
string mysqli_get_server_info ( mysqli link )Object oriented style (property):
class mysqli {Returns a string representing the version of the MySQL server that the MySQLi extension is connected to.
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Příklad 2. Procedural style
|
Výše uvedený příklad vypíše:
Server version: 4.1.2-alpha-debug |
Předcházející | Domů | Další |
mysqli_get_proto_info | Nahoru | mysqli_get_server_version |