Config.hasSection

Checks whether the given section exists in the configuration system.

class Config
static
int
hasSection
(
string path
)

Parameters

path string

path to the configuration section.

Return Value

Type: int

TRUE if the section exists, FALSE otherwise.

Meta