HW_EDITTEXT(3) 1 HW_EDITTEXT(3)
hw_EditText - Retrieve text document
SYNOPSIS
bool hw_edittext (int $connection, int $hw_document)
DESCRIPTION
Uploads the text document to the server. The object record of the document may not be modified while the document is edited.
This function will only works for pure text documents. It will not open a special data connection and therefore blocks the control connec-
tion during the transfer.
PARAMETERS
o $connection
- The connection identifier.
o $hw_document
- The document identifier.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
hw_pipedocument(3), hw_free_document(3), hw_document_bodytag(3), hw_document_size(3), hw_output_document(3), hw_gettext(3).
PHP Documentation Group HW_EDITTEXT(3)