PHP 8.4.0 Beta 5 available for testing

Session::__construct

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

Session::__constructConstrutor de Description

Descrição

private mysql_xdevapi\Session::__construct()

Um objeto Session, iniciado por getSession().

Parâmetros

Esta função não possui parâmetros.

Exemplos

Exemplo #1 Exemplo de mysql_xdevapi\Session::__construct()

<?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