HumHub Documentation (unofficial)

HTMLPurifier_URIParser
in package

Parses a URI into the components and fragment identifier as specified by RFC 3986.

Table of Contents

Properties

$percentEncoder  : mixed
Instance of HTMLPurifier_PercentEncoder to do normalization with.

Methods

__construct()  : mixed
parse()  : HTMLPurifier_URI
Parses a URI.

Properties

$percentEncoder

Instance of HTMLPurifier_PercentEncoder to do normalization with.

protected mixed $percentEncoder

Methods

parse()

Parses a URI.

public parse(mixed $uri) : HTMLPurifier_URI
Parameters
$uri : mixed

string URI to parse

Return values
HTMLPurifier_URI

representation of URI. This representation has not been validated yet and may not conform to RFC.


        
On this page

Search results