Subash Chandran posted: "function array_replace_key($search, $replace, array $subject) { $updatedArray = []; foreach ($subject as $key => $value) { if (!is_array($value) && $key == $search) { $updatedArray = array_merge($updatedArray, [$rep"
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.