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.
概要
require_once '/Validate.php'; |
void
PEAR_Validate::validGroupName
(string
$name)
説明
Dependency groups are documented here
パラメータ
- string
$name
Dependency group name to validate
例外・エラー
throws
no exceptions thrown
Final
final - this method should not be overridden.