Union types are a virtual type that are the “union” (a logical “OR”) of two other types. For example: <?php function mangleUsers(string|array ...
確定! 回上一頁