phpDocumentor

DirectHelpManualParsedUrl
in package

Class representing a parsed URL

Table of Contents

$basename  : string
URL base name
$parameters  : array<string|int, mixed>
Parameters
basename()  : string
Return the base name
createUsing()  : DirectHelpManualParsedUrl
Return a new instance using the provided parameter as typed string
createUsingRawString()  : DirectHelpManualParsedUrl
Return a new instance using the provided parameter as raw string
hasSameParametersAs()  : bool
Return whether the comparison URL has the same parameters as this object
isSameFileAs()  : bool
Return whether the comparison URL has the same file name (base name) as this object
parameterIntersectionWith()  : bool
Return the amount of parameter intersection with the comparison URL
parameters()  : array<string|int, mixed>
Return the parameters
__construct()  : mixed
Create instance

Properties

Methods

parameters()

Return the parameters

public parameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

__construct()

Create instance

private __construct(string $url) : mixed
Parameters
$url : string

URL

Return values
mixed

Search results