php: array_replace_recursive alternative
Posted
by Glubber
on Stack Overflow
See other posts from Stack Overflow
or by Glubber
Published on 2010-05-20T13:18:37Z
Indexed on
2010/05/20
13:20 UTC
Read the original article
Hit count: 137
i need a solution for array_replace_recursive, because my php-version isnt high enough. i wat to use this code $_GET = array_replace_recursive($_GET, array("amp"=>"&")); easy, isnt it?
Glubber
© Stack Overflow or respective owner