\HTMLPurifier_URIParser

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

Summary

Methods
Properties
Constants
__construct()
parse()
No public properties found
No constants found
No protected methods found
$percentEncoder
N/A
No private methods found
No private properties found
N/A

Properties

$percentEncoder

$percentEncoder : 

Instance of HTMLPurifier_PercentEncoder to do normalization with.

Type

Methods

__construct()

__construct() 

parse()

parse(  $uri) : \HTMLPurifier_URI

Parses a URI.

Parameters

$uri

string URI to parse

Returns

\HTMLPurifier_URI

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