/ Published in: PHP
Expand |
Embed | Plain Text
{ // if input is object, convert into array } foreach ($arrObjData as $index => $value) { $value = objectsIntoArray($value, $arrSkipIndices); // recursive call } continue; } $arrData[$index] = $value; } } return $arrData; }
You need to login to post a comment.
