_loader.php
Loader for Orpheus Input Controller library
Table of Contents
Functions
- u() : string
- Generate URL to a route
- _u() : void
- Display URL to a route
- exists_route() : bool
- Test if a route exists
- get_current_link() : string
- Get the link of the current request
- getallheaders() : array<string|int, mixed>
Functions
u()
Generate URL to a route
u(string $routeName[, array<string|int, mixed> $values = [] ]) : string
Parameters
- $routeName : string
- $values : array<string|int, mixed> = []
Return values
string_u()
Display URL to a route
_u(string $routeName[, array<string|int, mixed> $values = [] ]) : void
Parameters
- $routeName : string
- $values : array<string|int, mixed> = []
Tags
exists_route()
Test if a route exists
exists_route(string $routeName) : bool
Parameters
- $routeName : string
Return values
boolget_current_link()
Get the link of the current request
get_current_link() : string
Return values
stringgetallheaders()
getallheaders() : array<string|int, mixed>