News Feed
Jobs Feed
Sections




News Archive
DevShed:
Checking Boolean Values with Filters in PHP 5
July 30, 2009 @ 09:09:12

DevShed continues their look at filtering in PHP5 applications with this third part covering checks on boolean values.

As I said before, the filter extension can be used for more than validating integers, since it provides the required functionality to checking other data types. Thus, in the next few lines I'm going to discuss how to use the extension for validating Boolean values.

They give a few lines of example code to show how different values (like "1" versus 1 and "true" versus true) are affected by PHP's dynamic typing.

0 comments voice your opinion now!
boolean value tutorial filter extension


blog comments powered by Disqus

Similar Posts

PHP Zone: PHP Access Control - PHP5 CMS Framework Development

ServerGrove Blog: Deploying Symfony2 Projects on Shared Hosting with Capifony

Tectonic.co.za: Getting your head around PHP objects

DevShed: Using Recursive Methods in Object-based PHP Applications (Part 2)

Andrew Johnstone's Blog: Emailing Attachments: Exim Filters and PHP streams


Community Events









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


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

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