Hallo zusammen,
zunächst vorweg geschickt, ich bin nicht mehr so besonders bewandert in PHP, deshalb wäre es super, wenn mir jemand die Tipps für "Dummies" geben könnte. Danke schonmal.
Und jetzt zu meinem Problem:
Ich erstelle gerade eine Übersicht über alle Chaträume eines Chatsystems. Folgende Funktion gibt eine Liste aller Chaträume aus:
- - -
god_gettree
Syntax: array god_gettree(string $path)
Input: string $path
Output: array $tree
Side effects: none
This function is useful for retrieving the whole tree of categories, subcategories, channels, and overflow channels in one flat array. The
given $path controls which entries should be collapsed and expanded. If $path is empty, all entries will be expanded.
- - -
Nun meine Frage: Mit welchem Code kann ich die Liste aller Channels ausgeben?
Danke im voraus!!
cu
langerxxx
zunächst vorweg geschickt, ich bin nicht mehr so besonders bewandert in PHP, deshalb wäre es super, wenn mir jemand die Tipps für "Dummies" geben könnte. Danke schonmal.
Und jetzt zu meinem Problem:
Ich erstelle gerade eine Übersicht über alle Chaträume eines Chatsystems. Folgende Funktion gibt eine Liste aller Chaträume aus:
- - -
god_gettree
Syntax: array god_gettree(string $path)
Input: string $path
Output: array $tree
Side effects: none
This function is useful for retrieving the whole tree of categories, subcategories, channels, and overflow channels in one flat array. The
given $path controls which entries should be collapsed and expanded. If $path is empty, all entries will be expanded.
- - -
Nun meine Frage: Mit welchem Code kann ich die Liste aller Channels ausgeben?
Danke im voraus!!
cu
langerxxx
Kommentar