constant Uri::CHAR_UNRESERVED in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-diactoros/src/Uri.php \Zend\Diactoros\Uri::CHAR_UNRESERVED
Unreserved characters used in paths, query strings, and fragments.
@const string
File
- vendor/
zendframework/ zend-diactoros/ src/ Uri.php, line 39
Class
- Uri
- Implementation of Psr\Http\UriInterface.
Namespace
Zend\DiactorosCode
const CHAR_UNRESERVED = 'a-zA-Z0-9_\\-\\.~';