posix_isatty

(PHP 4, PHP 5, PHP 7, PHP 8)

posix_isattyDetermine if a file descriptor is an interactive terminal

Опис

posix_isatty(resource|int $file_descriptor): bool

Determines if the file descriptor file_descriptor refers to a valid terminal type device.

Параметри

file_descriptor

Файловий дескриптор типу resource або int. int-дескриптор вважається файловим дескриптором, який можна передати безпосередньо основному системному виклику.

Значення, що повертаються

Returns true if file_descriptor is an open descriptor connected to a terminal and false otherwise.

Журнал змін

Версія Опис
8.4.0 Set errno (error number) to EBADF when the file descriptor/stream passed is invalid.
8.3.0 Type error E_WARNINGs are now raised for integer coercions following the usual PHP type coercion semantics.

Прогляньте також