| Introduction | |
| PEAR Manual | |
require_once 'HTML/QuickForm.php';
|
boolean HTML_QuickForm::elementExists (
string $element = NULL
)
Returns TRUE if element is in the form, FALSE otherwise.
form name of element to check
throws no exceptions thrown
since 1.0
This function can not be called statically.
| Introduction | |
| PEAR Manual | |