Skip to content

Tag: cakephp-2.0

Having problems updating values in with array_walk_recursive

I’m working on code which needs to str_replace colons with spaces. Since i don’t know how deep my array will go i have to use array_walk_recursive function. The problem is that str_replace is not taken in to the account (read is not working). Please help me out guys. This is my code and output is …