$v) { if (is_array($v)) { $value[$k] = $this->v($v); } elseif (is_int($v) || is_float($v)) { $value[$k] = (string) $v; } } return $value; } }