whisher06
01-29-2007, 08:46 AM
Hi.
Could anybody explain me this syntax, please ?
public function setHandler()
{
session_set_save_handler(array($this,'openSession'),array($this,'closeSession'),array($this,'readSession'),array($this,'writeSession'),array($this,'destroySession'),array($this,'gcSession'));
}
Thanks in advance.
Bye.
Could anybody explain me this syntax, please ?
public function setHandler()
{
session_set_save_handler(array($this,'openSession'),array($this,'closeSession'),array($this,'readSession'),array($this,'writeSession'),array($this,'destroySession'),array($this,'gcSession'));
}
Thanks in advance.
Bye.