Voting

: three minus two?
(Example: nine)

The Note You're Voting On

d9k at ya dot ru
2 years ago
Had to use

<?php
posix_isatty
(STDIN) == false
?>

instead of

<?php
ftell
(STDIN) !== false
?>

after upgrade from php 7 to 8 on ubuntu.

<< Back to user notes page

To Top