posix_ttyname
(PHP 4, PHP 5, PHP 7, PHP 8)
posix_ttyname — 端末のデバイス名を調べる
説明
ファイル記述子 file_descriptor
上でオープンしている現在の端末デバイスへの絶対パスを文字列で返します。
パラメータ
戻り値
成功した場合に file_descriptor
の絶対パスを表す文字列、
失敗した場合に false
を返します。
エラー / 例外
file_descriptor
が無効な整数値の場合、
E_WARNING
が発生します。
+add a note
User Contributed Notes 1 note
casper at bcx dot nl ¶
18 years ago
<?php
var_dump( posix_ttyname(STDOUT) );
?>
returns:
string(10) "/dev/pts/0"
When using pseudo terminal 1 (ie ssh)
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google