'; echo ''; $i = 0; $limit = ceil(count($array)/$NUMACROSS); asort($array); while (list($file,$name)=each($array)) { if ($i>0 && $i%$limit==0) { echo "\n"; } echo "".$name."
\n"; $i++; } echo ''; } $d = dir("$DOCUMENT_ROOT/manual/en"); $functions = $maybe = $temp = array(); $p = 0; while ( $entry=$d->read() ) { if (substr($entry, 0, 1) == ".") { continue; } if (ereg('(function|class)\.(.+)\.php',$entry,$x)) { $funcname = str_replace('-', '_', $x[2]); $functions[$entry] = $funcname; if (function_exists('similar_text') && $notfound) { similar_text($funcname, $notfound, $p); $temp[$entry] = $p; } } } $d->close(); arsort($temp); $i = 0; while (list($file,$p)=each($temp)) { $funcname = $functions[$file]; $maybe[$file] = $funcname; if ($p>=70 || stristr($funcname,$notfound)) { $maybe[$file] = '' . $functions[$file] . ''; } if ($i++ > $SHOW_CLOSE) { break; } } 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. The following are the functions which seem to be closest in spelling to (really good matches are in bold). Perhaps you were looking for one of these:

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

For a quick overview over all PHP functions, .

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