News Feed
Jobs Feed
Sections




News Archive
Tiffany Brown's Blog:
PHP quickie is_numeric() versus ctype_digit()
July 28, 2006 @ 06:18:39

In this new post Tiffany Brown shares a "PHP quickie" with her readers - using is_numeric versus ctype_digit.

The difference is subtle, but important one. Which function you use depends on the condition for which you're testing.

is_numeric tests whether the string in question is a number. ctype_digit(), on the other hand, tests whether the string in question contains all numeric characters.

To help alleviate the confusion, she gives some code that does var_dumps of both methods, clearly showing the difference.

2 comments voice your opinion now!
is_numeric ctype_digit usage quickie tutorial is_numeric ctype_digit usage quickie tutorial


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Don’t Fear The Command Line: Using CakePHP Shells

Lorenzo Alberton's Blog: Create a video preview as animated GIF with FFmpeg and PHP SPL

DevShed: The LIKE Clause and the Active Record Pattern

Stefan Mischook's Blog: PHP Classes and Objects video tutorial

NetTuts.com: How to Write Testable and Maintainable Code in PHP


Community Events









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


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

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