프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_config | |||
$_failure | Necessary due to a bug in all PHP 5 versions where return values from userspace handlers are not handled properly. PHP 7 fixes the bug, so we need to return different values depending on the version. | ||
$_fingerprint | boolean | Data fingerprint | |
$_lock | mixed | Lock placeholder | |
$_session_id | string | Used to detect session_regenerate_id() calls because PHP only calls write() after regenerating the ID. | |
$_success | Necessary due to a bug in all PHP 5 versions where return values from userspace handlers are not handled properly. PHP 7 fixes the bug, so we need to return different values depending on the version. |
메소드 | 설명 | |
---|---|---|
__construct ( array &$params ) : void | Class constructor |
메소드 | 설명 | |
---|---|---|
_cookie_destroy ( ) : boolean | Cookie destroy | |
_fail ( ) : mixed | Fail | |
_get_lock ( string $session_id ) : boolean | Get lock | |
_release_lock ( ) : boolean | Release lock |
public __construct ( array &$params ) : void | ||
$params | array | Configuration parameters |
리턴 | void |
protected _cookie_destroy ( ) : boolean | ||
리턴 | boolean |
protected $_failure |
protected string $_session_id | ||
리턴 | string |