// http://stackoverflow.com/questions/11008443/php-convert-array-values-to-lowercase $yourArray = array_map('strtolower', $yourArray);