Yo,
I just need to know what the method is to apply a function to all elements in an array, i forget what the dang thing is
Printable View
Yo,
I just need to know what the method is to apply a function to all elements in an array, i forget what the dang thing is
apply a function to a value in an array????
somefunct($arrayvalue[0]);
like that??
i found it, its called array_walk
That's pretty cool. I'll have to remember that one.Quote:
Originally posted by Kagey
i found it, its called array_walk