(PHP 4, PHP 5, PHP 7)
Sets user-level session storage functions
bool session_set_save_handler ( callable $open, callable $close, callable $read, callable $write, callable $destroy, callable $gc [, callable $create_sid ] )
Since PHP 5.4 it is possible to register the following prototype:
bool session_set_save_handler ( SessionHandlerInterface $sessionhandler [, bool $register_shutdown = true ] )
session_set_save_handler()