D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Filename :
Unserializer.php
back
Copy
<?php namespace PhpParser; /** * @deprecated */ interface Unserializer { /** * Unserializes a string in some format into a node tree. * * @param string $string Serialized string * * @return mixed Node tree */ public function unserialize($string); }