���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/ShellParser/SyntaxTree.php
���ѧ٧ѧ�
<?php namespace Shellbox\ShellParser; /** * A wrapper for the shell syntax tree, providing a higher-level API. */ class SyntaxTree { /** @var Node */ private $root; /** * @internal Use ShellParser::parse() * * @param Node $root */ public function __construct( $root ) { $this->root = $root; } /** * Get the root node * * @return Node */ public function getRoot() { return $this->root; } /** * Extract information about the syntax tree * * @return SyntaxInfo */ public function getInfo() { return new SyntaxInfo( $this->root ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�