API17:JParameter::getNumParams
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JParameter::getNumParams
Description
Return the number of parameters in a group.
Description:JParameter::getNumParams [Edit Descripton]
Since
Synopsis
public JParameter->getNumParams ($group= '_default')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | string | '_default' | An optional group. The default group is used if not supplied. |
Returns
mixed False if no params exist or integer number of parameters that exist.
Defined in
libraries/joomla/html/parameter.php
Referenced by
See also
SeeAlso:JParameter::getNumParams
Examples
<CodeExamplesForm />
