You are here

protected property Uri::$allowedSchemes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-diactoros/src/Uri.php \Zend\Diactoros\Uri::allowedSchemes

Type: int[] Array indexed by valid scheme names to their corresponding ports.

File

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

Class

Uri
Implementation of Psr\Http\UriInterface.

Namespace

Zend\Diactoros

Code

protected $allowedSchemes = [
  'http' => 80,
  'https' => 443,
];