PHP Class Ratchet\Session\Serialize\PhpHandler

Inheritance: implements Ratchet\Session\Serialize\HandlerInterface
Show file Open project: cboden/ratchet

Public Methods

Method Description
serialize ( array $data ) Simply reverse behaviour of unserialize method.
unserialize ( $raw )

Method Details

serialize() public method

public serialize ( array $data )
$data array

unserialize() public method

public unserialize ( $raw )