Skip to content
Advertisement

Tag: arrays

Flatten laravel relationship collection / array

I am having problem with array convert I went use laravel collection using map Or php array Array ( [0] => Array ( [id] => 3487 [title_fa] => Father [code] => 01 [father_id] => 0 [webmaster_id] => 8 [grandchildren] => Array ( [id] => 3488 [title_fa] => Child 1 [code] => 02 [father_id] => 3487 [grandchildren] => ) ) [1]

PHP Encoding JSON Issue

I wanna json encode a PHP array to send it for a server, but the server wants it in this format: [{ “key1”: “value1”, “key2”: “value2”, “key3”: “…

Advertisement