The null type has only one possible value, the value null . You can use the null type when refining with is . function number_or_default(?int $x): int { if ...
確定! 回上一頁