UEvent:PHP中的Userland事件

时间:2024-06-13 02:18:06
【文件属性】:

文件名称:UEvent:PHP中的Userland事件

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-13 02:18:06

php userland-events C

UEvent PHP中的Userland事件 这是一个扩展,允许用户在运行时取消关注并通过Zend触发事件,因为美味... 例子 如何 ... 以下代码演示了如何将事件附加到方法或函数的调用: <?php class foo { public static function bar () {} /* ... */ } UEvent :: addEvent ( "foo.bar" , [ "Foo" , "bar" ]); UEvent :: addListener ( "foo.bar" , function ( array $ array = []){ echo "hello foo::bar\n" ; }); /* ... */ foo:: bar (); ?> 将输出: hello foo::bar 根据参数触发事件 有点复杂... 以下代码演示了如何结合使用U


【文件预览】:
UEvent-master
----uevent.h(12KB)
----.gitignore(398B)
----config.m4(246B)
----LICENSE(7KB)
----uevent.c(7KB)
----config.w32(147B)
----README.md(3KB)
----uevent.php(587B)
----tests()
--------007.phpt(335B)
--------008.phpt(360B)
--------004.phpt(560B)
--------003.phpt(763B)
--------002.phpt(670B)
--------001.phpt(636B)
--------005.phpt(340B)
--------skip-if.inc(56B)
--------006.phpt(341B)
----php_uevent.h(2KB)

网友评论