HTML_QuickForm_select::getSelected()

HTML_QuickForm_select::getSelected() – Returns an array of the selected values

Synopsis

require_once 'HTML/QuickForm/select.php';

array HTML_QuickForm_select::getSelected ( )

Description

This function is an alias to getValue().

Return value

returns of selected values

Throws

throws no exceptions thrown

Note

since 1.0

This function can not be called statically.