Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/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.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка