I am using the following code to get data from a website using Soap.
$client = new SoapClient(\'http://some.url.here\'); class SMSParam { public $CellNu
Cast object to convert array
$array = (array) json_decode(['TEST'=>true]);