![]() |
Home / Documentation / 2.0 / API / | |||
| APR::SockAddr - Perl API for XXX | ||||
|
|
||
equalMETA: Autogenerated - needs to be reviewed/completed
See if the IP addresses in two APR socket addresses are equivalent. Appropriate logic is present for comparing IPv4-mapped IPv6 addresses with IPv4 addresses.
$ret = $addr1->equal($addr2);
$addr1 (APR::SockAddr)
One of the APR socket addresses.
$addr2 (APR::SockAddr)
The other APR socket address.
$ret (integer)
The return value will be non-zero if the addresses are equivalent.
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.
|
|