Page 1 of 1

Array to Lowercase

Posted: Sun Jun 04, 2006 9:26 pm
by tecktalkcm0391
is there away to convert all items in an array to lowercase?

Posted: Sun Jun 04, 2006 9:31 pm
by feyd
you really need to research the functions in the manual..

strtolower()

Posted: Sun Jun 04, 2006 10:09 pm
by tecktalkcm0391
sorry i meant array to lowercase, not string!

Posted: Sun Jun 04, 2006 10:20 pm
by feyd
array_map(), array_walk() among others can run over the elements of an array.