mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
557 B
557 B
PhpLabel
PhpLabel()
Validates if a value is considered a valid PHP Label, so that it can be used as a variable, function or class name, for example.
Reference: http://php.net/manual/en/language.variables.basics.php
v::phpLabel()->validate('person'); //true
v::phpLabel()->validate('foo'); //true
v::phpLabel()->validate('4ccess'); //false
Changelog
| Version | Description |
|---|---|
| 1.1.0 | Created |
See also: