RsD0p9BK
6/30/2014 - 1:24 PM

array_value_lowercase.php

// Php convert array values to lowercase
// http://stackoverflow.com/questions/11008443/php-convert-array-values-to-lowercase

$yourArray = array_map('strtolower', $yourArray);