假设我有以下功能:
function mul() { return array_reduce(func_get_args(), '*'); }
是否可以使用*运算符作为回调函数?还有其他方法吗?
php operators
operators ×1
php ×1