PEAR_Validate::validGroupName()

PEAR_Validate::validGroupName()  --  This validates a dependency group name, and dependency group names must conform to the PEAR naming convention, so the method is final and static.

Synopsis

require_once '/Validate.php';

void PEAR_Validate::validGroupName (string $name)

Description

Dependency groups are documented here

Parameter

string $name

Dependency group name to validate

Throws

throws no exceptions thrown

Final

final - this method should not be overridden.

Note

This function should be called statically.