API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe SimplePie_Net_IPv6

Liste de tous les membres

Fonctions membres publiques statiques


Documentation des fonctions membres

SimplePie_Net_IPv6::checkIPv6 ( ip) [static]

Checks an IPv6 address

Checks if the given IP is IPv6-compatible

public

Paramètres:
string$ipa valid IPv6-address
Renvoie:
bool true if $ip is an IPv6 address

Références $count, $i, elseif, et SplitV64().

Voici le graphe d'appel pour cette fonction :

SimplePie_Net_IPv6::removeNetmaskSpec ( ip) [static]

Removes a possible existing netmask specification of an IP address.

Paramètres:
string$ipthe (compressed) IP as Hex representation
Renvoie:
string the IP the without netmask
Depuis:
1.1.0 public

Référencé par Uncompress().

Voici le graphe d'appel pour cette fonction :

SimplePie_Net_IPv6::SplitV64 ( ip) [static]

Splits an IPv6 address into the IPv6 and a possible IPv4 part

RFC 2373 allows you to note the last two parts of an IPv6 address as an IPv4 compatible address

Example: 0:0:0:0:0:0:13.1.68.3 0:0:0:0:0:FFFF:129.144.52.38

public

Paramètres:
string$ipa valid IPv6-address (hex format)
Renvoie:
array [0] contains the IPv6 part, [1] the IPv4 part (hex format)

Références Uncompress().

Référencé par checkIPv6().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SimplePie_Net_IPv6::Uncompress ( ip) [static]

Uncompresses an IPv6 address

RFC 2373 allows you to compress zeros in an address to '::'. This function expects an valid IPv6 address and expands the '::' to the required zeros.

Example: FF01::101 -> FF01:0:0:0:0:0:0:101 ::1 -> 0:0:0:0:0:0:0:1

public

Paramètres:
string$ipa valid IPv6-address (hex format)
Renvoie:
string the uncompressed IPv6-address (hex format)

Références removeNetmaskSpec().

Référencé par SplitV64().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :