Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1835 роботов. Сейчас ищут 1544 программиста ...
Calendar::isValid
Вернуться к: Calendar
Calendar::isValid
Calendar::isValid() – Determine whether this date is valid
Synopsis
require_once 'Calendar.php';
boolean Calendar::isValid ( )
Determine whether this date is valid with the bounds determined by the Calendar_Engine. The call is passed on to Calendar_Validator::isValid
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar