You are here

constant Uri::CHAR_UNRESERVED in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Diactoros

Code

const CHAR_UNRESERVED = 'a-zA-Z0-9_\\-\\.~';