我搜索了一个明确的答案,但没有运气,
据我所知,这段代码:
public function (int $id) :array {
}
告诉我这个函数会返回一个数组还是我错了?
另外,如果我说的是正确的,这个功能是否正常
可以作为结构化数组(例如Json)工作,并且可以携带
并获取声明的值:
$this->user[$username];
or
$this->password->hashModifier($hash);
答案 0 :(得分:1)
这表示您收到integer
并输出array
深入了解详情:http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration