(no version information, might be only in CVS)
DomNode_>previous_sibling __
Returns the previous sibling of node
Description
object
DomNode_>previous_sibling ( void )
This function returns the previous sibling of the current node_ If there
is no previous sibling it returns FALSE (< 4_3) or NULL (>= 4_3)_ You
can use this function to iterate over all children of a node as shown in
the example_
See also domnode_next_sibling()_