Arrow functions in PHP have the form fn (argument_list) => expr . You can only have a single expression in the body of the function.
確定! 回上一頁