5

Tip #117   Find function declarations in PHP or JavaScript

function findfunc {
grep -R $1 * 2> /dev/null |grep function|grep -v .svn
}