Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 6 View Live

Tiffany Brown's Blog: PHP Quickie: More on is_numeric vs. ctype_digit

Tiffany Brown has posted an update to her look into is_numeric versus ctype_digit today, mentioning an issue she came across when testing based on the differences she found in her previous posting....

View Article



Felix Geisendorfer's Blog: False == 0, or not?

Felix Geisendorfer has come across something interesting in his coding - an issue where false might not be false in the right situation. So far I've always thought false would evaluate to 0 when used...

View Article

Davey Shafik's Blog: Return Values

Davey Shafik has taken a look at return values and keeping them standard when handing them back from the results of a database query. In #phpc we recently had a discussion about function return...

View Article

Andrei Zmievski's Blog: Bloom Filters Quickie

Andrei Zmievski has written a new post about a new extension he's worked up (out of curiosity for the technology) - the pecl/bloomy extension. A Bloom filter is a probabilistic data structure that can...

View Article

Dan Horrigan's Blog: The Value of Null

Dan Horrigan has a new post to his blog talking about the value of null - a quick summary about when and where null should be used. Null's a value too, after all... Let me start off by saying this...

View Article


Kevin Schroeder's Blog: ZF2 Dependency Injection - Multiple Object Instances

Kevin Schroeder has a quick new post about using dependency injection in Zend Framework 2 applications using multiple object instances. When you work with the ZF2 Dependency Injection Container (DiC)...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images