News Feed
Jobs Feed
Sections




News Archive
DevShed:
Validating Octal and Hexadecimal Values with Filters in PHP 5
July 23, 2009 @ 09:41:34

Continuing their series looking at creating validators for various value types in variables, DevShed has posted the latest tutorial - a look at validating octal and hexidecimal values.

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.

Their example 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.

0 comments voice your opinion now!
tutorial filter hexadecimal octal validate


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Zend Framework 101: Zend_Gdata_YouTube

Eric Hogue's Blog: Late Static Binding

PHPMaster.com: Creating a PHP OAuth Server

NETTUTS.com: How To Use Any Font You Wish with FLIR

PHPBuilder.com: Remote objects and Zend_Amf


Community Events











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


rest language community podcast interview opinion functional framework testing series zendframework2 phpunit usergroup release development google database conference introduction symfony2

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