Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

convert object to array in php

// It will work Perfectly Fine.
$arr = json_decode(json_encode($obj), true);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #object #array #php
ADD COMMENT
Topic
Name
7+2 =