Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.hw-insdoc.html
Дата изменения: Sun Feb 3 22:40:39 2002
Дата индексирования: Tue Oct 2 03:27:04 2012
Кодировка:
hw_InsDoc

hw_InsDoc

(3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0)

hw_InsDoc -- insert document

Description

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

Inserts a new document with attributes as in object_record into collection with object ID parentID. This function inserts either an object record only or an object record and a pure ascii text in text if text is given. If you want to insert a general document of any kind use hw_insertdocument() instead.

See also hw_insertdocument(), and hw_inscoll().