PHP 8.5.0 Alpha 1 available for testing

Voting

: min(zero, six)?
(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