Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
hw_PipeDocument
(PHP 4)
hw_PipeDocument — Retrieve any document
Описание
int hw_pipedocument ( int $connection , int $objectID [, array $url_prefixes ] )Gets the Hyperwave document with the given object ID. If the document has anchors which can be inserted, they will have been inserted already.
The document will be transferred via a special data connection which does not block the control connection.
Список параметров
connection -
The connection identifier.
objectID -
The object identifier.
url_prefixes -
Возвращаемые значения
Returns the Hyperwave document.
Смотрите также
- hw_gettext() - Retrieve text document
- hw_free_document() - Frees hw_document
- hw_document_size() - Size of hw_document
- hw_document_bodytag() - Body tag of hw_document
- hw_output_document() - Prints hw_document
Описание на ru2.php.net
Описание на php.ru