Answers for "php collection to array"

PHP
0

php collection to array

//convert a collection toArray()
$comments_collection = $post->comments()->get()->toArray()
Posted by: Guest on September-11-2021
0

php array to array collection

$collection = new ArrayCollection($allQuestions);
Posted by: Guest on July-04-2021

Code answers related to "php collection to array"

Browse Popular Code Answers by Language