Application
Interfaces, Classes, Traits and Enums
- HmacSigner
- Sha256Signer
- Sha384Signer
- Sha512Signer
- Signer
- SignerFactory
- Token
- ExpValidator
- NbfValidator
- Validator
- ComposerAutoloaderInit747b869a030d971100ab693f1abdebfd
- ComposerStaticInit747b869a030d971100ab693f1abdebfd
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
- InstalledVersions
- This class is copied in every Composer installed project and available to all
Table of Contents
- composerRequire747b869a030d971100ab693f1abdebfd() : void
- includeFile() : void
- Scope isolated include.
- getallheaders() : mixed
- Get all HTTP header key/values as an associative array for the current request.
Functions
composerRequire747b869a030d971100ab693f1abdebfd()
composerRequire747b869a030d971100ab693f1abdebfd(string $fileIdentifier, string $file) : void
Parameters
- $fileIdentifier : string
- $file : string
Return values
void —includeFile()
Scope isolated include.
includeFile(string $file) : void
Prevents access to $this/self from included files.
Parameters
- $file : string
Tags
Return values
void —getallheaders()
Get all HTTP header key/values as an associative array for the current request.
getallheaders() : mixed