(PHP 5 >= 5.3.0, PHP 7) Closure::__construct — 用于禁止实例化的构造函数
1078
(PHP 5 >= 5.4.0, PHP 7) Closure::bind — 复制一个闭包,绑定指定的$this对象和类作用域。
1325
(PHP 5 >= 5.4.0, PHP 7) Closure::bindTo — 复制当前闭包对象,绑定指定的$this对象和类作用域。
1412
Generator 是从 generators返回的. Caution Generator 对象不能通过 new 实例化.
1336
(PHP 5 >= 5.5.0, PHP 7) Generator::current — 返回当前产生的值
1042
(PHP 5 >= 5.5.0, PHP 7) Generator::key — 返回当前产生的键
866
(PHP 5 >= 5.5.0, PHP 7) Generator::next — 生成器继续执行
845
(PHP 5 >= 5.5.0, PHP 7) Generator::rewind — 重置迭代器
895
(PHP 5 >= 5.5.0, PHP 7) Generator::send — 向生成器中传入一个值
999
(PHP 5 >= 5.5.0, PHP 7) Generator::throw — 向生成器中抛入一个异常
746
(PHP 5 >= 5.5.0, PHP 7) Generator::valid — 检查迭代器是否被关闭
709
(PHP 5 >= 5.5.0, PHP 7) Generator::__wakeup — 序列化回调
901
PHP 提供了多种上下文选项和参数,可用于所有的文件系统或数据流封装协议。上下文(Context)由 stream_context_create() 创建。选项可通过 stream_context_s...
1715
套接字上下文选项 — 套接字上下文选项列表
1134
HTTP context 选项 — HTTP context 的选项列表
1281
88925 browse
61216 browse
36991 browse
29546 browse
28863 browse
25328 browse
24791 browse
24713 browse
22951 browse
21597 browse