PHP 8.4.24 Released!

Voting

: max(three, four)?
(Example: nine)

The Note You're Voting On

geniuszxy at outlook dot com
2 months ago
This function can return a negative number for empty string, e.g.

<?php
# returns -1
sscanf('', '%d', $n);
?>

<< Back to user notes page

To Top