phpDocumentor Net_IPv4
[ class tree: Net_IPv4 ] [ index: Net_IPv4 ] [ all elements ]

Procedural File: DNS.php

Source Location: /qp_plugins/basic_antispam_plugin/Net/DNS.php

Page Details

Class to provide IPv4 calculations

Module written/ported by Eric Kilfoil <eric@ypass.net>

This is the copyright notice from the PERL Net::DNS module:

Copyright (c) 1997-2000 Michael Fuhr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The majority of this is _NOT_ my code. I simply ported it from the PERL Net::DNS module.

The author of the Net::DNS module is Michael Fuhr <mike@fuhr.org> http://www.fuhr.org/~mfuhr/perldns/

Michael Fuhr has nothing to with the porting of this code to PHP. Any questions directly related to this class library should be directed to the maintainer.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.01 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_01.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Author:  Florian Anderiasch <fa@php.net>
Author:  Eric Kilfoil <edk@ypass.net>
Author:  Marco Kaiser <bate@php.net>
Version:  CVS: $Id: DNS.php 302014 2010-08-09 06:17:29Z bate $
Copyright:  The PHP Group
Link:  http://pear.php.net/package/Net_DNS
Filesource:  Source Code for this file
License:  PHP License 3.01
Classes
Class Description
Net_DNS Initializes a resolver object
Includes
require_once ("Net/DNS/Header.php") [line 45]
[ Top ]

require_once ("Net/DNS/Question.php") [line 46]
[ Top ]

require_once ("Net/DNS/Packet.php") [line 47]
[ Top ]

require_once ("Net/DNS/Resolver.php") [line 48]
[ Top ]

require_once ("Net/DNS/RR.php") [line 49]
[ Top ]