Voting

: max(seven, six)?
(Example: nine)

The Note You're Voting On

hfuecks at nospam dot org
20 years ago
Note that character case is being defined by your server's locale setting, which effects strings containing non-ASCII characters.

See strtolower() - http://www.php.net/strtolower and comments - internally str_ireplace converts $search and $replace to lowercase to find matches.

<< Back to user notes page

To Top