Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17118 программистов и 1834 робота. Сейчас ищут 1539 программистов ...
Calendar_Week::prevWeek
Вернуться к: Calendar
Calendar_Week::prevWeek
Calendar_Week::prevWeek() – Gets the value of the previous week, according to the requested format
Synopsis
require_once 'Week.php';
mixed Calendar_Week::prevWeek ( string $format )
This package is not documented yet.
Parameter
- string $format
-
['timestamp' | 'n_in_month' | 'n_in_year' | 'array']
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar