require_once 'prepend.inc'; $NUMACROSS=2; $d = dir("$DOCUMENT_ROOT/manual/en"); while($entry=$d->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"; while (list($file,$name)=each($array)): if ($i%$limit==0): echo " | \n";
endif;
echo "".$name." \n"; $i++; endwhile; echo " | \n";
echo "
Sorry, but the function echo $notfound; ?> 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 echo $notfound; ?>, then print_link('search.php?show=nosource&pattern='.urlencode($notfound), 'click here'); ?>. } ?>
Here is a list of all the PHP functions. Click on any one of them to jump to that page in the manual.
makeTable($functions); commonFooter(); ?>