Config.hasKey

Checks whether the given key exists in the configuration system.

class Config
static
int
hasKey
(
string path
)

Parameters

path string

path to the configuration key.

Return Value

Type: int

TRUE if the entry exists, FALSE otherwise.

Meta