コード例 #1
0
ファイル: TreeScript.class.php プロジェクト: fulldump/8
 public static function getParse(&$code, $encoding = 'UTF-8')
 {
     $treescript = new TreeScript($code, $encoding);
     $treescript->parse();
     return $treescript->tokens;
 }