Session::getServerVersion

(No version information available, might only be in Git)

Session::getServerVersionGet server version

说锟斤拷

public mysql_xdevapi\Session::getServerVersion ( void ) : integer

Retrieve the MySQL server version for the session.

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

The MySQL server version for the session, as an integer such as "80012".

锟斤拷锟斤拷

Example #1 mysql_xdevapi\Session::getServerVersion() example

<?php
$session 
mysql_xdevapi\getSession("mysqlx://user:password@localhost");

$version $session->getServerVersion();

var_dump($version);

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

int(80012)