<?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, 23 May 2013 13:34:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Validating Octal and Hexadecimal Values with Filters in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/12929</guid>
      <link>http://www.phpdeveloper.org/news/12929</link>
      <description><![CDATA[<p>
Continuing their series looking at creating validators for various value types in variables, DevShed has posted <a href="http://www.devshed.com/c/a/PHP/Validating-Octal-and-Hexadecimal-Values-with-Filters-in-PHP-5">the latest tutorial</a> - a look at validating octal and hexidecimal values.
</p>
<blockquote>
As you know, when it comes to validating incoming data, PHP 5 comes bundled with a powerful set of native functions that allow you to perform all sorts of clever validations on a given variable. [...] In this second chapter of this series, I'm going to discuss how to use the FILTER_VALIDATE_INT filter that you learned in the previous part, this time for validating array elements as well as octal and hexadecimal integers.
</blockquote>
<p>
<a href="http://www.devshed.com/c/a/PHP/Validating-Octal-and-Hexadecimal-Values-with-Filters-in-PHP-5/2/">Their example</a> loops through an array of values to locate the ones that match the FILTER_VALIDATE_INT filter and echo their value back to the user via a foreach loop.
</p>]]></description>
      <pubDate>Thu, 23 Jul 2009 09:41:34 -0500</pubDate>
    </item>
  </channel>
</rss>
