Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1838 роботов. Сейчас ищут 1540 программистов ...
Calendar::adjust
Вернуться к: Calendar
Calendar::adjust
Calendar::adjust() – Adjusts the date (helper method)
Synopsis
require_once 'Calendar.php';
void Calendar::adjust ( )
Helper method. You can adjust calling object's date just like mktime does. For instance, (2003, 11, -1) will be translated to (2003, 10, 31). This method allows math operations on dates.
Note
This function can not be called statically.
Вернуться к: Calendar