hw_EditText

(PHP 4)

hw_EditTextRetrieve text document

Beskrivelse

bool hw_edittext ( int $connection , int $hw_document )

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 connection during the transfer.

Parametre

connection

The connection identifier.

hw_document

The document identifier.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top