文件名称:shell:PHP 的交互式 shell (cli) 组件
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-25 11:50:18
PHP
PHP 的交互式 shell (cli) 组件 入门 use Fieg \ Shell \ Shell ; use Fieg \ Shell \ ShellEvents ; $ shell = new Shell (); // handle some commands $ shell -> on ( ShellEvents :: COMMAND , function ( $ command ) use ( $ shell ) { switch ( $ command ) { case "help" : $ shell -> publish ( 'Available commands:' ); $ shell -> publish ( ' help Print this help' );
【文件预览】:
shell-master
----composer.json(536B)
----.travis.yml(230B)
----tests()
--------bootstrap.php(62B)
--------Shell()
----src()
--------Shell()
----.gitignore(23B)
----phpunit.xml.dist(833B)
----README.md(1KB)