JavaScript Editor Javascript validator     Web page editor 



DB_NestedSet::deleteNode()

DB_NestedSet::deleteNode()  -- Deletes a node

Synopsis

require_once 'DB/NestedSet.php';

bool DB_NestedSet::deleteNode (int $id)

Description

This package is not documented yet.

Parameter

integer $id

ID of the node to be deleted

Return value

returns True if the delete succeeds

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Example




JavaScript Editor Javascript validator     Web page editor