<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 20 Jun 2013 04:00:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: PHP Scripts for Interacting with Networks]]></title>
      <guid>http://www.phpdeveloper.org/news/15585</guid>
      <link>http://www.phpdeveloper.org/news/15585</link>
      <description><![CDATA[<p>
On PHPBuilder.com there's <a href="http://www.phpbuilder.com/columns/php-networking/Leidago_Noabeb12142010.php3">a new tutorial</a> showing you some of the PHP functions that you can use to interact with the network surrounding (and even vaguely related to) your application.
</p>
<blockquote>
PHP has a great many tools for interacting with a network and also with the Internet. In this article, I examine some of those tools and functions to show how exactly you can use them to make your scripts more useful in a network environment. Click here to download the accompanying source code.
</blockquote>
<p>
They show how to use <a href="http://php.net/fopen">fopen</a> to access remote sites, <a href="http://php.net/gethostbyname">gethostbyname</a> and <a href="http://php.net/gethostbyaddr">gethostbyaddr</a> for DNS resolution, <a href="http://php.net/getprotobynumber">getprotobynumber</a> to check the port number for a TCP/IP type and quite a few more. This also includes a brief look at the PEAR Net_Whois package. You can <a href="http://www.phpbuilder.com/columns/php-networking/NetworkingSourceCode.zip">download the examples</a> if you'd like to just jump into the code.
</p>]]></description>
      <pubDate>Wed, 15 Dec 2010 13:49:31 -0600</pubDate>
    </item>
  </channel>
</rss>
