You are here

constant Uri::CHAR_SUB_DELIMS 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_SUB_DELIMS

Sub-delimiters used in query strings and fragments.

@const string

File

vendor/zendframework/zend-diactoros/src/Uri.php, line 32

Class

Uri
Implementation of Psr\Http\UriInterface.

Namespace

Zend\Diactoros

Code

const CHAR_SUB_DELIMS = '!\\$&\'\\(\\)\\*\\+,;=';