PHP 8.5.0 Alpha 1 available for testing

Voting

: nine minus zero?
(Example: nine)

The Note You're Voting On

Alex Rath
15 years ago
Notice that whenever there is a Number in front of the String, it will be used for Comparison.

<?php

max
('7iuwmssuxue', 1); //returns 7iuwmssuxu
max('-7suidha', -4); //returns -4

?>

But just if it is in front of the String

<?php

max
('sdihatewin7wduiw', 3); //returns 3

?>

<< Back to user notes page

To Top