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"); ?> Here is a list of all the PHP functions. Click on any one of them to jump to that page in the manual.