Property | Type | Description | |
---|---|---|---|
$_fp | resource | File stream. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
close ( ) | ||
destroy ( $id ) | ||
gc ( $maxlifetime = 300 ) | ||
getSessionIDs ( ) | ||
open ( $save_path = null, $session_name = null ) | ||
read ( $id ) | ||
write ( $id, $session_data ) |
Method | Description | |
---|---|---|
_open ( string $id ) | Open the file stream connection. |
public __construct ( array $params = [] ) | ||
$params | array | Parameters:
path - (string) [REQUIRED] The path to save the files. |