hm

hm / Обойти массив (PHP)

Last active 2 weeks ago

Like 0

hm revised this gist 2 weeks ago · a194c6f

1 file changed, 3 insertions

gistfile1.txt (file created)
@@ -0,0 +1,3 @@
1 + array_walk($uArr, function(&$v, &$k) {
2 + $k = str_replace('user_', '', $k);
3 + });