Autoload
in package
FinalYes
Autoloader for Requests for PHP.
This autoloader supports the PSR-4 based Requests 2.0.0 classes in a case-sensitive manner as the most common server OS-es are case-sensitive and the file names are in mixed case.
For the PSR-0 Requests 1.x BC-layer, requested classes will be treated case-insensitively.
Table of Contents
Methods
- load() : bool
- Autoloader.
Methods
load()
Autoloader.
public
static load(string $class_name) : bool
Parameters
- $class_name : string
-
Name of the class name to load.
Return values
bool —Whether a class was loaded or not.