repat/commandline-bell

产生ASCII Bell声音或闪烁终端

0.1 2017-12-29 00:40 UTC

This package is auto-updated.

Last update: 2024-08-29 02:11:41 UTC


README

Latest Version on Packagist Total Downloads

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";

替代方案