HW_NEW_DOCUMENT(3) 1 HW_NEW_DOCUMENT(3)
hw_New_Document - Create new document
SYNOPSIS
int hw_new_document (string $object_record, string $document_data, int $document_size)
DESCRIPTION
Returns a new Hyperwave document with the given document data and object record.
This function does not insert the document into the Hyperwave server.
PARAMETERS
o $object_record
- The object record.
o $document_data
- The document data.
o $document_size
- The document size. Must be the length of $document_data.
RETURN VALUES
Returns the new Hyperwave document.
SEE ALSO
hw_free_document(3), hw_document_size(3), hw_document_bodytag(3), hw_output_document(3), hw_insertdocument(3).
PHP Documentation Group HW_NEW_DOCUMENT(3)