Net_IPv6::removePrefixLength()

Net_IPv6::removePrefixLength() – Tests for a prefix length specification in the address and removes the prefix length, if exists.

Synopsis

require_once 'Net/IPv6.php';

string Net_IPv6::removePrefixLength ( string $ip )

Description

Tests for a prefix length specification in the address and removes the prefix length, if exists.

Parameter

  • string $ip - the IP address in Hex format, compressed IPs are allowed

Return value

string - the address without a prefix length.

Note

This function can be called statically.

Method available since: Release 1.1.0

This function is deprecated. That means that future versions of this package may not support it anymore.

Deprecated in release 1.2.1

Removes the Netmask length specification (Previous) splits an IPv6 address in it IPv6 and IPv4 part (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.