• setSeconds 方法

    设置 Date 对象中用 本地时间表示的秒钟值。

    786

  • setUTCDate 方法

    设置 Date 对象中用全球标准时间 (UTC)表示的数值日期。

    915

  • setUTCHours 方法

    设置 Date 对象中用全球标准时间 (UTC)表示的小时值。

    939

  • Traversable接口,遍历

    检测一个类是否可以使用 foreach 进行遍历的接口。 无法被单独实现的基本抽象接口。相反它必须由 IteratorAggregate 或 Iterator 接口实现。

    1513

  • setUTCMinutes 方法

    设置 Date 对象中用全球标准时间 (UTC)表示的分钟值。

    819

  • Iterator::current

    (PHP 5 >= 5.0.0, PHP 7) Iterator::current — 返回当前元素

    1066

  • setUTCMonth 方法

    设置 Date 对象中用 全球标准时间 (UTC)表示的月份值。

    859

Popular Entries