repat / commandline-bell
产生ASCII Bell声音或闪烁终端
0.1
2017-12-29 00:40 UTC
Requires
- php: >=4.0.7
This package is auto-updated.
Last update: 2024-08-29 02:11:41 UTC
README
CommandlineBell
php-commandline-bell 产生ASCII Bell声音或闪烁终端。
use repat\CommandlineBell; // flashes screen if possible, otherwise just bell() CommandlineBell::flash(); // makes a beep sound CommandlineBell::bell();
内部结构
// ASCI BEL, see https://en.wikipedia.org/wiki/Bell_character echo "0x07";
替代方案
- 通过node.js进行终端通知: https://github.com/vikfroberg/brb
说任何事