PHP Class Ratchet\Session\Serialize\PhpHandler

Inheritance: implements Ratchet\Session\Serialize\HandlerInterface
Afficher le fichier Open project: cboden/ratchet

Méthodes publiques

Méthode Description
serialize ( array $data ) Simply reverse behaviour of unserialize method.
unserialize ( $raw )

Method Details

serialize() public méthode

public serialize ( array $data )
$data array

unserialize() public méthode

public unserialize ( $raw )