hw_insdoc

(PHP 3>= 3.0.3, PHP 4 )

hw_insdoc -- Insère un document

Description

int hw_insdoc ( int connection, int parentid, string object_record, string text)

hw_insdoc() insère un nouveau document avec les attributs object_record, dans le groupe parentid. Cette fonction insère soit un objet avec ses seuls attributs, soit pur objet ascii, avec text s'il est fourni. Si vous voulez insérer un document de type général, utilisez plutôt hw_insertdocument().

Voir aussi hw_insertdocument() et hw_inscoll().