hw_EditText()
hw_EditText - Retrieve text document
Syntax
bool hw_EditText (
int $connection,
int $hw_document)
Arguments
- connection - The connection identifier.
- hw_document - The document identifier.
Description
Uploads the text document to the server. The object record of the document may not be modified while the document is edited.
Version
PHP 4
Return value
Returns TRUE on success or FALSE on failure.