|
mysqli::$protocol_versionmysqli_get_proto_infoReturns the version of the MySQL protocol used BeschreibungObjektorientierter Stil string$mysqli->protocol_version;
Prozeduraler Stil
int mysqli_get_proto_info
( mysqli
$link
)
Returns an integer representing the MySQL protocol version used by the
connection represented by the Parameter-Liste
RückgabewerteReturns an integer representing the protocol version. BeispieleBeispiel #1 $mysqli->protocol_version example Objektorientierter Stil
<?phpProzeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: Protocol version: 10 Siehe auch
|