Return Void If the function is going to return null, you can specify that it will return "void" (PHP 7.1+), as in this example: <?php function sayHello(): ...
確定! 回上一頁