PHP 8.5.0 Beta 3 available for testing

Session::__construct

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

Session::__construct โ€” Session ใฎใ‚ณใƒณใ‚นใƒˆใƒฉใ‚ฏใ‚ฟ

่ชฌๆ˜Ž

private mysql_xdevapi\Session::__construct()

ใ‚ปใƒƒใ‚ทใƒงใƒณใ‚ชใƒ–ใ‚ธใ‚งใ‚ฏใƒˆใงใ™ใ€‚ getSession() ใซใ‚ˆใฃใฆใ‚คใƒณใ‚นใ‚ฟใƒณใ‚นๅŒ–ใ•ใ‚Œใพใ™ใ€‚

ใƒ‘ใƒฉใƒกใƒผใ‚ฟ

ใ“ใฎ้–ขๆ•ฐใซใฏใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚

ไพ‹

ไพ‹1 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