ILIAS
Release_5_0_x_branch Revision 61816
|
Validates an IPv6 address. More...
Public Member Functions | |
validate ($aIP, $config, $context) |
Additional Inherited Members | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
Tells us whether or not an HTML attribute is minimized. | |
$required = false | |
Tells us whether or not an HTML attribute is required. | |
Protected Member Functions inherited from HTMLPurifier_AttrDef_URI_IPv4 | |
_loadRegex () | |
Lazy load function to prevent regex from being stuffed in cache. | |
Protected Attributes inherited from HTMLPurifier_AttrDef_URI_IPv4 | |
$ip4 | |
IPv4 regex, protected so that IPv6 can reuse it. |
Validates an IPv6 address.
HTMLPurifier_AttrDef_URI_IPv6::validate | ( | $aIP, | |
$config, | |||
$context | |||
) |
string | $aIP | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef_URI_IPv4.
Definition at line 18 of file IPv6.php.
References HTMLPurifier_AttrDef_URI_IPv4\_loadRegex().