PHP 8.4.24 Released!

Voting

: eight plus zero?
(Example: nine)

The Note You're Voting On

daniel dot karbach at localhorst dot tv
15 years ago
Please note that this function calculates a similarity of 0 (zero) for two empty strings.

<?php
similar_text("", "", $sim);
echo $sim; // "0"
?>

<< Back to user notes page

To Top