For example, a variable of union type int|array cannot be assigned a string value, as in script: <?php class A{ public int|array $var1=2; } ...
確定! 回上一頁