News Feed
Jobs Feed
Sections




News Archive
SearchCo.de:
List of Most Commonly Used PHP Functions
March 16, 2011 @ 13:26:27

In a new post to the SearchCo.de blog Ben Boyter generated a listing of the most commonly used PHP functions/structures based on the contents of several of the major PHP projects from around the web.

One thing that I considered some time ago was working out which are the most common functions in a language and adding this as an additional signal to ranking. I couldn't find anywhere else on the web with this question answered so I took my own approch. The method was to take a collection of large PHP projects, including, Wordpress, Mambo, Sphider, Smarty, Drupal, CodeIgniter, dump all their source code into a single file stripped of comments, and then run some simple regex over this file counting the occurance of each function.

His results show the top five as: array, isset, define, empty and assert. The last five ended up being: filemtime, sha1, array_unshift, get_current_user and strchr.

1 comment voice your opinion now!
common used function opensource project generate list


blog comments powered by Disqus

Similar Posts

DevShed: The Destruct Magic Function in PHP 5

Luc de Brouwer's Blog: Stop waiting, start array dereferencing in PHP now!

Paul Reinheimer's Blog: Funcaday

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHPUnit part 1

Derick Rethans' Blog: Overloaded properties (__get)


Community Events









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


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

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