PHP Conference Kansai 2025

Voting

: five minus three?
(Example: nine)

The Note You're Voting On

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

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

<< Back to user notes page

To Top