Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

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