read()) { if (substr($entry, 0, 1) == ".") { continue; } if (ereg('(function|class)\.(.+)\.php',$entry,$x)): $functions[$entry]=ereg_replace("-","_",$x[2]); endif; } $d->close(); asort($functions); function makeTable($array) { global $NUMACROSS,$FONTFACE; $i=0; $c=count($array); $limit=intval($c/$NUMACROSS)+1; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; while (list($file,$name)=each($array)): if ($i%$limit==0): echo "\n"; endif; echo "".$name."
\n"; $i++; endwhile; echo "
\n"; }; commonHeader("PHP Manual Quick Reference"); ?>

PHP Function List

Sorry, but the function is not in the online manual. Perhaps you misspelled it, or it is a relatively new function that hasn't made it into the online documentation yet.

If you want to search the entire PHP website for , then .

Here is a list of all the PHP functions. Click on any one of them to jump to that page in the manual.