Answers for "php type casting to array"

PHP
1

object to array in php

$array = (array)$object;
Posted by: Guest on November-09-2021

Browse Popular Code Answers by Language