update : 2015.11.03
php.shukuma.com검색:
|
call_user_func_array(PHP 4 >= 4.0.4, PHP 5, PHP 7) call_user_func_array — Call a callback with an array of parameters 설명
Calls the 인수
반환값
Returns the return value of the callback, or 변경점
예제
Example #1 call_user_func_array() example
<?php 위 예제의 출력 예시: foobar got one and two foo::bar got three and four Example #2 call_user_func_array() using namespace name
<?php 위 예제의 출력 예시: Hello Hannes! Hello Philip! Example #3 Using lambda function
<?php 위 예제의 출력: int(8) 주의
참고
|