News Feed
Jobs Feed
Sections




News Archive
Scott Johnson's Blog:
The Overhead of PHP is_ functions?
May 19, 2006 @ 06:04:36

Despite some apparent time as a nurse for two small furry creatures, Scott Johnson as found time to get back into his "geekiness" in this new post on his blog.

He asks the question: "Is there significant overhead to the is_ functions like is_array, is_object, is_string in php?" He wonders if those kinds of functions, since they are on such a base level, could cause more trouble than their worth when used en masse. He asks because it's used heavily in an approach for his developing Ookles application.

There's already been one comment made on the post, and it mentions that they are, in fact, a trivial call to PHP. It's a simple test that validates simply without much need for too much background action. It does mentions some caveats - is_object, is_resource, and, at times, is_callable.

0 comments voice your opinion now!
overhead is_ function trivial is_array is_object is_string overhead is_ function trivial is_array is_object is_string


blog comments powered by Disqus

Similar Posts

EdFinkler's Blog: Determining if a function is *really* available in PHP

Tnx.nl: PHP in Contrast to Perl

DevShed: The Destruct Magic Function in PHP 5

I/O Reader: 15 Cool Things & 12 Things to Dislike About PHP

Zend Developer Zone: Accessing DB2 Data Inside of i5/OS


Community Events









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


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

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