mentors

mentors Git Source Tree


Root/vendor/nikic/php-parser/lib/PHPParser/Unserializer.php

<?php

interface PHPParser_Unserializer
{
    /**
     * Unserializes a string in some format into a node tree.
     *
     * @param string $string Serialized string
     *
     * @return array Statements
     */
    public function unserialize($string);
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.12290s using 11 queries.