Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: ncurses_beep - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

ncurses_bkgd" width="11" height="7"/> <ncurses_baudrate
Last updated: Wed, 01 Nov 2006
view this page in

ncurses_beep

(PHP 4 >= 4.1.0, PHP 5)

ncurses_beep -- 端末のビープを鳴らす

説明

int ncurses_beep ( void )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

ncurses_beep() は、耳に聞こえる警告(ベル) を送信ます。送信できなかった場合は画面をフラッシュします。 成功した場合に TRUE を、失敗した場合に FALSE を返します。

ncurses_flash() も参照ください。



add a note add a note User Contributed Notes
ncurses_beep
arplynn at gmail dot com
22-Jan-2006 05:17
If you want to make the terminal beep on a PHP CLI application without needing the ncurses library, use the following code:

<?php

function cli_beep()
{
   echo
"\x07";
}

?>

ncurses_bkgd" width="11" height="7"/> <ncurses_baudrate
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites