Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
hw_EditText
(PHP 4)
hw_EditText — Retrieve text document
Описание
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.
Список параметров
connection -
The connection identifier.
hw_document -
The document identifier.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
- hw_pipedocument() - Retrieve any document
- hw_free_document() - Frees hw_document
- hw_document_bodytag() - Body tag of hw_document
- hw_document_size() - Size of hw_document
- hw_output_document() - Prints hw_document
- hw_gettext() - Retrieve text document
Описание на ru2.php.net
Описание на php.ru