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