Voting

: six plus three?
(Example: nine)

The Note You're Voting On

casper at bcx dot nl
19 years ago
<?php
var_dump
( posix_ttyname(STDOUT) );
?>

returns:
string(10) "/dev/pts/0"

When using pseudo terminal 1 (ie ssh)

<< Back to user notes page

To Top