/ Published in: PHP
Fallback Function for versions earlier then php5
Expand |
Embed | Plain Text
{ function array_intersect_key ($isec, $arr2) { { foreach ($isec as $k => $v) } return $isec; } }
You need to login to post a comment.
Fallback Function for versions earlier then php5
{ function array_intersect_key ($isec, $arr2) { { foreach ($isec as $k => $v) } return $isec; } }
You need to login to post a comment.