<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 16:35:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SearchCo.de: List of Most Commonly Used PHP Functions]]></title>
      <guid>http://www.phpdeveloper.org/news/16056</guid>
      <link>http://www.phpdeveloper.org/news/16056</link>
      <description><![CDATA[<p>
In a new post to the SearchCo.de blog <i>Ben Boyter</i> generated a listing of the <a href="http://searchco.de/blog/view/list-of-most-commonly-used-php-functions">most commonly used PHP functions/structures</a> based on the contents of several of the major PHP projects from around the web.
</p>
<blockquote>
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. 
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Wed, 16 Mar 2011 13:26:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brendon's Blog: 10 PHP functions you (probably) never use]]></title>
      <guid>http://www.phpdeveloper.org/news/13851</guid>
      <link>http://www.phpdeveloper.org/news/13851</link>
      <description><![CDATA[<p>
New from his blog <i>Brendon</i> has a list of what he thinks are <a href="http://infinity-infinity.com/2009/07/10-php-functions-you-probably-never-use/">ten PHP functions you'll never use</a>.
</p>
<blockquote>
When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. [...] The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about.
</blockquote>
<p>
Here's his list of functions, some of which are more on the "special needs" list than the "never use" list:
</p>
<ul>
<li><a href="http://php.net/sys_getloadavg">sys_getloadavg</a>
<li><a href="http://php.net/pack">pack</a>
<li><a href="http://php.net/cal_days_in_month">cal_days_in_month</a>
<li><a href="http://php.net/gettext">_()</a>
<li><a href="http://php.net/get_browser">get_browser</a>
<li><a href="http://php.net/debug_print_backtrace">debug_print_backtrace</a>
<li><a href="http://php.net/metaphone">metaphone</a>
<li><a href="http://php.net/natsort">natsort</a>
<li><a href="http://php.net/levenshtein">levenshtein</a>
<li><a href="http://php.net/glob">glob</a>
</ul>]]></description>
      <pubDate>Fri, 15 Jan 2010 11:27:57 -0600</pubDate>
    </item>
  </channel>
</rss>
