DateTimeImmutable::modify
DateTimeImmutable::modify
(PHP 5 >= 5.5.0, PHP 7)
DateTimeImmutable :: modify - 使用修改的时间戳创建一个新对象
描述
public DateTimeImmutable DateTimeImmutable::modify ( string $modify )
使用修改的时间戳创建一个新的DateTimeImmutable对象。原始对象未被修改。
参数
object
仅限过程样式:由date_create()返回的DateTime对象。该函数修改这个对象。
modify
日期/时间字符串。有效格式在日期和时间格式中进行说明。
返回值
返回新创建的对象或FALSE
失败。
← DateTimeImmutable::getLastErrors
DateTimeImmutable::__set_state →