Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17833 программиста и 1637 роботов. Сейчас ищут 2079 программистов ...
HTML_QuickForm::isFrozen()
Вернуться к: Form customization and output helpers
HTML_QuickForm::isFrozen()
HTML_QuickForm::isFrozen() – Checks whether the form is frozen
Synopsis
require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isFrozen ( void )
Returns whether or not the whole form is frozen.
Throws
throws no exceptions thrown
Note
since 3.0
This function can not be called statically.
Вернуться к: Form customization and output helpers