D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
plesk
/
ratchetphp
/
src
/
Ratchet
/
Session
/
Serialize
/
Filename :
HandlerInterface.php
back
Copy
<?php namespace Ratchet\Session\Serialize; interface HandlerInterface { /** * @param array * @return string */ public function serialize(array $data); /** * @param string * @return array */ public function unserialize($raw); }