update : 2015.11.03
php.shukuma.com검색:
|
call_user_func(PHP 4, PHP 5, PHP 7) call_user_func — Call the callback given by the first parameter 설명
Calls the 인수
반환값
Returns the return value of the callback, or 변경점
예제
Example #2 call_user_func() example
<?php 위 예제의 출력: You wanted a mushroom haircut, no problem You wanted a shave haircut, no problem Example #3 call_user_func() using namespace name
<?php 위 예제의 출력: Hello world! Hello world! Example #4 Using a class method with call_user_func()
<?php 위 예제의 출력: Hello! Hello! Hello! Example #5 Using lambda function with call_user_func()
<?php 위 예제의 출력: [test] 주의
참고
|