Config_Container::removeItem

Config_Container::removeItem() – Deletes an item from the object

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::removeItem ( void )

Description

This method removes the current item. References to its children are removed as well. This method does not accept parameters yet.

Return value

boolean - TRUE if object was removed, FALSE if not, or PEAR_Error if root

Note

This function can not be called statically.

Check for root item (Previous) Finds a node using XPATH like format (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.