dev-master
9999999-dev http://github.com/jbboehr/dnsblDNSBL lookup
PHP PHP-3.01
The Requires
- php >=5.3.0
by John Boehr
dnsbl
v0.1.0
0.1.0.0 http://github.com/jbboehr/dnsblDNSBL lookup
PHP
The Requires
- php >=5.3.0
by John Boehr
dnsbl
Wallogit.com
2017 © Pedro Peláez
DNSBL lookup
Simplified version of PEAR's Net_DNSBL with PEAR dependencies removed., (*2)
With composer, (*3)
{
"require": {
"jbboehr/dnsbl": "0.1.*"
}
}
$dnsbl = new \DNSBL\DNSBL(array(
'blacklists' => array(
'bl.spamcop.net'
)
));
var_export($dnsbl->isListed('127.0.0.2')); echo ";\n";
var_export($dnsbl->getListingBlacklists('127.0.0.2')); echo ";\n";
true; array ( 0 => 'bl.spamcop.net', );
This project is licensed under the PHP license., (*4)
DNSBL lookup
PHP PHP-3.01
dnsbl
DNSBL lookup
PHP
dnsbl