[PHP-DOC] Missing functions in www.php.net/manual/ main TOC From: Daniel Beckham (danbeck <email protected>)
Date: 08/24/00

For some reason, several functions seem to be missing from the main TOC's at
www.php.net/manual/. Over the past few day's I've committed 4 new functions
docs to the manual, but only one has shown up.

These are in the manual and you can pull them up from the quickref button at
the site, but they are not in the main TOC, nor the section TOC:

wordwrap (Strings)
natsort (Arrays)
natcasesort (Arrays)
getcwd (Directories)

This function seems to be fine:

session_set_save_handler

It's weird.. on top of that, if I search for wordwrap and pull up the
definition, the function list for the String section in the sidebar includes
wordwrap!

Any ideas?

Daniel