Hyperwave API 함수 목록
PHP Manual

hw_api->insertdocument

(PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS)

hw_api->insertdocumentInserts a new object of type document

설명

hw_api
hw_api_object insertdocument ( array $parameter )

This function is a shortcut for hwapi_insert(). It inserts an object with content and sets some of the attributes required for a document.

인수

parameter

The parameter array contains the required elements 'object', 'parentIdentifier' and 'content' and the optional elements 'mode', 'parameter' and 'attributeSelector'.

See hwapi_insert() for the meaning of each element.

반환값

참고


Hyperwave API 함수 목록
PHP Manual