• Generator::current

    (PHP 5 >= 5.5.0, PHP 7) Generator::current — 返回当前产生的值

    1049

  • strike 方法

    将 HTML 的<STRIKE> 标识放置到 String 对象中的文本两端。

    819

  • sub 方法

    将 HTML 的 <SUB> 标识放置到 String 对象中的文本两端。

    1054

  • Generator::key

    (PHP 5 >= 5.5.0, PHP 7) Generator::key — 返回当前产生的键

    870

  • Generator::next

    (PHP 5 >= 5.5.0, PHP 7) Generator::next — 生成器继续执行

    849

  • substr 方法

    返回一个从指定位置开始的指定长度的子字符串。

    856

  • Generator::rewind

    (PHP 5 >= 5.5.0, PHP 7) Generator::rewind — 重置迭代器

    899

  • Generator::send

    (PHP 5 >= 5.5.0, PHP 7) Generator::send — 向生成器中传入一个值

    1004

  • substring 方法

    返回位于 String 对象中指定位置的子字符串。

    920

  • Generator::throw

    (PHP 5 >= 5.5.0, PHP 7) Generator::throw — 向生成器中抛入一个异常

    751

  • Generator::valid

    (PHP 5 >= 5.5.0, PHP 7) Generator::valid — 检查迭代器是否被关闭

    716

  • sup 方法

    将 HTML 的 <SUP> 标识放置到 String 对象中的文本两端。

    1045

  • 上下文选项和参数,Context

    PHP 提供了多种上下文选项和参数,可用于所有的文件系统或数据流封装协议。上下文(Context)由 stream_context_create() 创建。选项可通过 stream_context_s...

    1726

Popular Entries