phaxio->{$env}->key.'" ' .'-F "api_secret='.c::config()->phaxio->{$env}->secret.'"'; exec($cmd, $return); $return = json_decode(trim(join('',$return))); if ($return) { foreach ($return as $key => $value) { $this->{$key} = $value; } } $this->response = $return; } }