Voting

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

The Note You're Voting On

info AT hipot-studio DOT com
1 year ago
In PHP 8.2 and later, PHP's internal case conversion functions are made locale-independent, which affects the following functions:

strtolower
strtoupper
lcfirst
ucfirst
ucwords
stristr
stripos
strripos
str_ireplace

All of the functions above only perform case conversion and comparisons in the ASCII character range.

<< Back to user notes page

To Top