PHP 8.5.0 Alpha 4 available for testing

Voting

: min(eight, four)?
(Example: nine)

The Note You're Voting On

yhoko at yhoko dot com
9 years ago
Note that this function might cause problems when working with multibyte charactes like in UTF-8. Example:

<?php
print( similar_text( 'hä', 'hà' ) ); // Returns 2 where only 1 character matches
?>

<< Back to user notes page

To Top