Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 123812 программистов и 2098 роботов. Сейчас ищут 1686 программистов ...
HTML_QuickForm::isRuleRegistered()
Вернуться к: Validation and filters
HTML_QuickForm::isRuleRegistered()
HTML_QuickForm::isRuleRegistered() – Returns whether the rule is supported
Synopsis
require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isRuleRegistered ( string $name )
Returns whether or not the given rule is supported. New rules are registered via registerRule() method.
Parameter
- string $name
-
Validation rule name
Throws
throws no exceptions thrown
Note
since 1.0
This function can not be called statically.
Вернуться к: Validation and filters