HTML_MenuBrowser::browse()

HTML_MenuBrowser::browse() – Recursive function that does the scan and builds the menu (3) hash.

Synopsis

require_once 'HTML/MenuBrowser.php';

array HTML_MenuBrowser::browse ( string $dir , integer $id = 0 , boolean $noindex = false )

Description

This package is not documented yet.

Parameter

string $dir

directory to scan

integer $id

entry id - used only for recursion

boolean $noindex

??? - used only for recursion

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Adds further informations to the menu hash gathered from the files in it (Previous) Returns additional menu informations decoded in the file that appears in the menu. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.