posix_ttyname(3) php man page | unix.com

Man Page: posix_ttyname

Operating Environment: php

Section: 3

POSIX_TTYNAME(3)							 1							  POSIX_TTYNAME(3)

posix_ttyname - Determine terminal device name

SYNOPSIS
string posix_ttyname (mixed $fd)
DESCRIPTION
Returns a string for the absolute path to the current terminal device that is open on the file descriptor $fd.
PARAMETERS
o $fd - The file descriptor, which is expected to be either a file resource or an integer. An integer will be assumed to be a file descriptor that can be passed directly to the underlying system call. In almost all cases, you will want to provide a file resource.
RETURN VALUES
On success, returns a string of the absolute path of the $fd. On failure, returns FALSE PHP Documentation Group POSIX_TTYNAME(3)
Related Man Pages
posix_openpt(3c) - hpux
eio_sendfile(3) - php
db2_field_name(3) - php
eio_fstatvfs(3) - php
eio_ftruncate(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun