Query: posix_ttyname
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POSIX_TTYNAME(3) 1 POSIX_TTYNAME(3) posix_ttyname - Determine terminal device nameSYNOPSISstring posix_ttyname (mixed $fd)DESCRIPTIONReturns a string for the absolute path to the current terminal device that is open on the file descriptor $fd.PARAMETERSo $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 VALUESOn success, returns a string of the absolute path of the $fd. On failure, returns FALSE PHP Documentation Group POSIX_TTYNAME(3)
Related Man Pages |
---|
ptsname(3c) - opensolaris |
posix_openpt(3c) - hpux |
ptsname(3c) - sunos |
eio_dup2(3) - php |
eio_ftruncate(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |