码迷,mamicode.com
首页 > 其他好文 > 详细

all_user_func()详解

时间:2019-11-25 09:29:03      阅读:66      评论:0      收藏:0      [点我收藏+]

标签:ref   blog   room   一个   call   详解   roo   mda   https   

来源:https://blog.csdn.net/moliyiran/article/details/83514495

call_user_func — 把第一个参数作为回调函数调用

通过函数的方式回调

<?php 
function barber($type){
    echo "you wanted a $type haircut, no problem\n";
}
call_user_func(barber,mushroom);
?>

返回内容如下:
you wanted a mushroom haircut, no problem

通过类名、对象的方式回调

all_user_func()详解

标签:ref   blog   room   一个   call   详解   roo   mda   https   

原文地址:https://www.cnblogs.com/laijinquan/p/11925428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!