我知道了arrow functions in PHP 7.4。我試著像 <?php $num = 1; $arrowfunction = () => { return $num + 1; } echo $arrowfunction();
確定! 回上一頁