Property | Type | Description | |
---|---|---|---|
$data | string | Current session data |
Method | Description | |
---|---|---|
__construct ( array $options = null ) | Class constructor. | |
close ( ) | ||
destroy ( $sessionId = null ) | ||
gc ( string $maxLifetime ) | ||
open ( ) : boolean | ||
read ( string $sessionId ) : string | ||
write ( string $sessionId, string $sessionData ) : boolean |
Method | Description | |
---|---|---|
getCollection ( ) : MongoCollection |
public __construct ( array $options = null ) | ||
$options | array |
protected getCollection ( ) : MongoCollection | ||
return | MongoCollection |