News Feed
Jobs Feed
Sections




News Archive
Vanessa Vasile's Blog:
Using PHP to Perform DNS Lookups
July 01, 2010 @ 11:37:51

In a handy little post to her blog today Vanessa Vasile has an example of how to use built-in PHP functions to perform DNS lookups in your scripts.

PHP has a couple DNS functions you can use to perform record lookups. Most of us are familiar with the two basic ones - gethostbyname() and gethostbyaddr(), both of which perform a single function '" returning a hostname or IP address.

She also mentions the gethostbynamel and dns_get_record functions that can give you even more insight into the current DNS of a given domain (even returning only record-type specific information).

0 comments voice your opinion now!
dns lookup tutorial hostname


blog comments powered by Disqus

Similar Posts

UncleCode.com: Install PHPUnit Manually without Pear for a Single Project

Rob Allen's Blog: Hooks in Action Helpers

Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)

Juozas Kaziukenas' Blog: PayPal payment with encryption


Community Events









Don't see your event here?
Let us know!


object code database unittest language opinion podcast example development phpunit composer release introduction framework interview api community testing tool zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework