mixed type includes all scalar types in PHP, null , all class objects, callable , and even resource . mixed is equivalent to a Union Type of: string|int|float| ...
確定! 回上一頁