Config_Container::setType (Previous) (Next) Config_Container::toString

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Config_Container::toArray()

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

Beschreibung

This method returns an array representation of the Config tree. The format is


<?php
$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.

Rückgabewert

array - an array representation of the Config_Container tree

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Config_Container::setType (Previous) (Next) Config_Container::toString

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.