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.

protected function to validate a version (Previous) utility method to validate a package name string (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.