I got to know about arrow functions in PHP 7.4. I tried using them like <?php $num = 1; $arrowfunction = () => { return $num + 1; } echo $arrowfunction();.
確定! 回上一頁