���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/ShellParser/ShellParser.php
���ѧ٧ѧ�
<?php namespace Shellbox\ShellParser; use Wikimedia\WikiPEG\SyntaxError; /** * Top-level entry for shell command parsing */ class ShellParser { /** * Parse a shell command * * @param string $command * @return SyntaxTree */ public function parse( string $command ) { $peg = new PEGParser; try { $node = $peg->parse( $command ); } catch ( SyntaxError $e ) { throw new ShellSyntaxError( $e->getMessage(), $e->location->start, $command ); } return new SyntaxTree( $node ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.3 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�