Linked Questions

1 vote
0 answers
73 views

My soap response using SOAP UI <S:Body> <ns2:listIpMemberResponse xmlns:ns2="http://whoisservice.*.com/"> <listResult> <memberInfo> ...
Tuấn Lê's user avatar
1 vote
3 answers
68 views

In my controller i'm using data variable like this $data['some_var'] = $this->Model->some_info($param); So if i do var_dump this $data['some_var'] it will print like this object(StdClass)[4] ...
Tawhidul Islam's user avatar
-1 votes
2 answers
63 views

I have seen the solution to this post: Convert a PHP object to an associative array but it doesn't work for me. I tried several ways to typecast a stdclass object to an array but with no luck. I am ...
Bibu's user avatar
  • 201
0 votes
2 answers
80 views

Base material : I have a base list $food : [{"id":"123","name":"apple"},{"id":"456","name":"Rost Beef"},...] that i ...
Bo. Ga.'s user avatar
  • 148
0 votes
2 answers
41 views

againAnotherChild is an object now how can i put the data from it to an array. foreach($anotherChild->children() as $againAnotherChild) //child to //childchildchild { // echo "Inside ...
Muhammad Bilal's user avatar
0 votes
1 answer
43 views

My data looks like: countyFIPS,County Name,State,stateFIPS,1/22/20,1/23/20,1/24/20,1/25/20,.... 1001,Autauga County,AL,1,0,0,0,0,0,0,0,0,.... ... I've been able to retrieve it using an Ajax ...
John Wooten's user avatar
-2 votes
2 answers
38 views

i am laraval5.1. i am taking database table into array. data is getting stored into stdclassobject. i want to convert into normal array. how to do that $silver_plans = array(); $...
Sarbjyot Singh Chahal's user avatar
0 votes
2 answers
37 views

I am trying to return the values $jsonTurn2Data ['TurnaroundTime(days)'] and $jsonTurn2Data ['count'] into 2 seperate arrays from the function getTurnATime2ByWeek. Now $jsonDataTurn2Array[] stores ...
Wings2fly's user avatar
  • 937
0 votes
2 answers
37 views

I want to implement an array from the received data that will contain objects with the same identifiers. pool.query('SELECT * FROM columnslist INNER JOIN tableslist ON columnKey = keyTable', (error, ...
aleksf's user avatar
  • 61
0 votes
0 answers
34 views

I have to convert an object into an array, but I want to omit some of the objects' properties. class X { protected $a = 1; protected $b = 5; /** * Property 'a' should not exist in the ...
René Pöpperl's user avatar

15 30 50 per page
1 2 3 4
5