|
Schema::getSessionGet schema session Description
public mysql_xdevapi\Session mysql_xdevapi\Schema::getSession()
Get a new Session object from the Schema object. ParametersThis function has no parameters. Return ValuesA Session object. ExamplesExample #1 mysql_xdevapi\Schema::getSession example
The above example will output something similar to: object(mysql_xdevapi\Session)#1 (0) { } object(mysql_xdevapi\Session)#3 (0) { } |