Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5078915
Hits Heute: 158
max. Hits (10.07.07): 6964
User Online: 37
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Nitty Gritty ASP.NET
Nitty Gritty ASP.NET

Manuals > PEAR > Config_Container::toArray

Config_Container::toArray()

Config_Container::toArray() -- Return key/value pair array of container and its children

Description

This method returns an array representation of the Config tree. The format is
$section[directive][index] = value
If the container has attributes, it will use '@' as key for attributes and '#' for values. index is here because multiple directives and sections can have the same name, the toArray() method takes care of that.

Return value

array - an array representation of the Config_Container tree

Note

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.