Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 53650 программистов и 3328 роботов. Сейчас ищет 1021 программист ...
HTML_QuickForm::isTypeRegistered()
Вернуться к: Creating a basic form
HTML_QuickForm::isTypeRegistered()
HTML_QuickForm::isTypeRegistered() – Checks whether the form element type is supported
Synopsis
require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isTypeRegistered ( string $type )
Returns whether or not the form element type is supported. New types are added via HTML_QuickForm::registerElementType().
Parameter
- string $type
-
Form element type
Throws
throws no exceptions thrown
Note
since 1.0
This function can be called statically.
Вернуться к: Creating a basic form