defaultArgs; $args['command'] = $command; foreach ($extraArgs as $key => $value) { $args[$key] = $value; } $this->sendPost('/', $args); } }