|
PHP5中文手册
date_modify(PHP 5 >= 5.1.0) date_modify — Alters the timestamp 说明
void date_modify
( DateTime $object
, string $modify
)
void DateTime::modify
( string $modify
)
返回值Returns NULL on success or FALSE on failure. 范例
Example#1 A date_modify() example
<?php 上例将输出:
|