Skip to content

Instantly share code, notes, and snippets.

@chelmertz
Created October 4, 2010 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelmertz/609898 to your computer and use it in GitHub Desktop.
Save chelmertz/609898 to your computer and use it in GitHub Desktop.
number of global php functions
<?php
$c = new Zend_Http_Client('http://php.net/quickref.php');
echo substr_count($c->request()->getBody(), 'function.'); // 5468 today, 4th of October 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment