PHP 8.4.24 Released!

Voting

: six minus three?
(Example: nine)

The Note You're Voting On

stefano@takys dot it
15 years ago
for searching case insensitive better this:

<?php
array_search(strtolower($element),array_map('strtolower',$array));
?>

<< Back to user notes page

To Top