���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/Command/WindowsWrapper.php
���ѧ٧ѧ�
<?php namespace Shellbox\Command; class WindowsWrapper extends Wrapper { /** * Windows should be the outermost wrapper because of its special quoting */ public const PRIORITY = 80; public function wrap( Command $command ) { // Windows Shell bypassed, but command run is "cmd.exe /C "{$cmd}" // This solves some shell parsing issues, see T207248. // This should be unnecessary in PHP 8.0+. $command->unsafeCommand( 'cmd /s /c "' . $command->getCommandString() . '"' ); $command->procOpenOptions( [ 'bypass_shell' => true ] ); } public function getPriority() { return self::PRIORITY; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.4 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�