久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術文章
文章詳情頁

PHP基礎之函數7——動態調用函數

瀏覽:3日期:2022-09-14 17:09:29
call_user_func

(PHP 4, PHP 5)

call_user_func?—?傳入一個參數來調用回調函數

說明mixed?call_user_func?(?callable?$callback?[,?mixed?$parameter?[,?mixed?$...?]] )

Calls the?callback?given by the first parameter and passes the remaining parameters as arguments.

參數callbackThe?callable?to be called.parameterZero or more parameters to be passed to the callback.

Note:

Note that the parameters for?call_user_func()?are not passed by reference.

Example #1?call_user_func()?example and references

<?phperror_reporting(E_ALL);function?increment(&$var){????$var++;}$a?=?0;call_user_func(’increment’,?$a);echo?$a.'n';call_user_func_array(’increment’,?array(&$a));?//?You?can?use?this?instead?before?PHP?5.3echo?$a.'n';?>

以上例程會輸出:

01?返回值

Returns the return value of the callback, or?FALSE?on error.

?范例

Example #2?call_user_func()?example

<?phpfunction?barber($type){????echo?'You?wanted?a?$type?haircut,?no?problemn';}call_user_func(’barber’,?'mushroom');call_user_func(’barber’,?'shave');?>

以上例程會輸出:

You wanted a mushroom haircut, no problemYou wanted a shave haircut, no problem

Example #3?call_user_func()?using namespace name

<?phpnamespace?Foobar;class?Foo?{????static?public?function?test()?{????????print?'Hello?world!n';????}}call_user_func(__NAMESPACE__?.’Foo::test’);?//?As?of?PHP?5.3.0call_user_func(array(__NAMESPACE__?.’Foo’,?’test’));?//?As?of?PHP?5.3.0?>

以上例程會輸出:

Hello world!Hello world!

Example #4 Using a class method with?call_user_func()

<?phpclass?myclass?{????static?function?say_hello()????{????????echo?'Hello!n';????}}$classname?=?'myclass';call_user_func(array($classname,?’say_hello’));call_user_func($classname?.’::say_hello’);?//?As?of?5.2.3$myobject?=?new?myclass();call_user_func(array($myobject,?’say_hello’));?>

以上例程會輸出:

Hello!Hello!Hello!

Example #5 Using lambda function with?call_user_func()

<?phpcall_user_func(function($arg)?{?print?'[$arg]n';?},?’test’);?/*?As?of?PHP?5.3.0?*/?>

以上例程會輸出:

[test]call_user_func_array

(PHP 4 >= 4.0.4, PHP 5)

call_user_func_array?— 傳入一個參數數組來調用回調函數

說明mixed?call_user_func_array?(?callable?$callback?,?array?$param_arr?)

Calls the?callback?given by the first parameter with the parameters in?param_arr.

參數callbackThe?callable?to be called.param_arrThe parameters to be passed to the callback, as an indexed array.返回值

Returns the return value of the callback, or?FALSE?on error.

范例

Example #1?call_user_func_array()?example

<?phpfunction?foobar($arg,?$arg2)?{????echo?__FUNCTION__,?'?got?$arg?and?$arg2n';}class?foo?{????function?bar($arg,?$arg2)?{????????echo?__METHOD__,?'?got?$arg?and?$arg2n';????}}//?Call?the?foobar()?function?with?2?argumentscall_user_func_array('foobar',?array('one',?'two'));//?Call?the?$foo->bar()?method?with?2?arguments$foo?=?new?foo;call_user_func_array(array($foo,?'bar'),?array('three',?'four'));?>

以上例程的輸出類似于:

foobar got one and twofoo::bar got three and four

Example #2?call_user_func_array()?using namespace name

<?phpnamespace?Foobar;class?Foo?{????static?public?function?test($name)?{????????print?'Hello?{$name}!n';????}}//?As?of?PHP?5.3.0call_user_func_array(__NAMESPACE__?.’Foo::test’,?array(’Hannes’));//?As?of?PHP?5.3.0call_user_func_array(array(__NAMESPACE__?.’Foo’,?’test’),?array(’Philip’));?>

以上例程的輸出類似于:

Hello Hannes!Hello Philip!

Example #3 Using lambda function

<?php$func?=?function($arg1,?$arg2)?{????return?$arg1?*?$arg2;};var_dump(call_user_func_array($func,?array(2,?4)));?/*?As?of?PHP?5.3.0?*/?>

以上例程會輸出:

int(8)

標簽: PHP
相關文章:
主站蜘蛛池模板: 成人欧美一区二区三区在线播放 | 欧美日韩久久 | 午夜欧美| 成人动慢 | 国产一区二区成人 | 精品免费久久久久久久苍 | 天堂免费在线观看视频 | 噜噜噜噜噜在线视频 | 精品欧美一区二区在线观看视频 | 日韩精品一区二区三区四区视频 | 国产精品久久毛片 | 精品一区二区久久久久久久网站 | 午夜大片在线观看 | 91精品免费 | 日韩在线免费观看视频 | 久久亚洲一区二区三区四区 | 激情五月综合 | 欧美精品一区二区三区中文字幕 | 美女毛片 | 日本久久久久久 | 一级a毛片 | 欧美激情精品久久久久久 | 日韩欧美一区在线 | 99re视频在线| 成人免费视屏 | 四虎永久免费 | 欧美二区三区 | 国产裸体永久免费视频网站 | 国产成人在线一区二区 | 国产精一区二区 | 午夜精品一区二区三区四区 | 精品久久久久久久久久久久 | 成人免费毛片aaaaaa片 | 亚洲国产成人久久一区二区三区 | 天天天操 | 亚洲国产精品一区二区三区 | 亚洲毛片 | 99精品网站 | 青青久视频 | 成人做爰9片免费视频 | 久久成人国产精品 |