10bet网址
MySQL PHP API
Download this Manual
PDF (US Ltr)- 2.4Mb
PDF (A4)- 2.4Mb


5.27.1Session::close

Copyright 1997-2021 the PHP Documentation Group.

  • Session::close

    Close session

Description

publicboolmysql_xdevapi\Session::close();

Close the session with the server.

Parameters

This function has no parameters.

Return Values

trueif the session closed.

Examples

Example 5.111mysql_xdevapi\Session::closeexample

getSchema("addressbook"); $table = $schema->getTable("names"); $session->close();