hw_InsDoc

(PHP 3>= 3.0.3, PHP 4 )

hw_InsDoc -- Insère un document

Description

int hw_insdoc ( resource 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 un 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().