Voting

: min(six, nine)?
(Example: nine)

The Note You're Voting On

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

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

<< Back to user notes page

To Top