Voting

: min(two, three)?
(Example: nine)

The Note You're Voting On

thflori
6 years ago
It seems this function is not blocking anymore:

<?php

do {
readline_callback_read_char();
$str = readline_info('line_buffer');
echo
'.';
} while (
strlen($str) < 10);

echo
PHP_EOL . $str . PHP_EOL;

?>

<< Back to user notes page

To Top