PHP 8.3.4 Released!

Session::__construct

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

Session::__constructDer Konstruktor der Klasse Session

Beschreibung

private mysql_xdevapi\Session::__construct()

Ein Session-Objekt; wird von getSession() instanziiert.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Beispiele

Beispiel #1 mysql_xdevapi\Session::__construct()-Beispiel

<?php
$session
= mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$session->close();
?>
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top