-
SuppressWarnings
-
Table of Contents
Properties
-
$apiKey
: string
Methods
-
__construct()
: mixed
-
parseUrl()
: array<string|int, mixed>|null
-
setOptions()
: void
-
verifyUrl()
: bool
$apiKey
private
string
$apiKey
__construct()
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$options
: array<string|int, mixed>
= []
-
parseUrl()
public
parseUrl(string $url) : array<string|int, mixed>|null
Parameters
-
$url
: string
-
Return values
array<string|int, mixed>|null
setOptions()
public
setOptions(array<string|int, mixed> $options) : void
Parameters
-
$options
: array<string|int, mixed>
-
verifyUrl()
public
verifyUrl(string $url[, mixed &$matches = [] ]) : bool
Parameters
-
$url
: string
-
-
$matches
: mixed
= []
-