Hyperwave 함수 목록
PHP Manual

hw_New_Document

(PHP 4)

hw_New_DocumentCreate new document

설명

int hw_new_document ( string $object_record , string $document_data , int $document_size )

Returns a new Hyperwave document with the given document data and object record.

This function does not insert the document into the Hyperwave server.

인수

object_record

The object record.

document_data

The document data.

document_size

The document size. Must be the length of document_data .

반환값

Returns the new Hyperwave document.

참고


Hyperwave 함수 목록
PHP Manual