HW_PIPEDOCUMENT(3) 1 HW_PIPEDOCUMENT(3)
hw_PipeDocument - Retrieve any document
SYNOPSIS
int hw_pipedocument (int $connection, int $objectID, [array $url_prefixes])
DESCRIPTION
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.
PARAMETERS
o $connection
- The connection identifier.
o $objectID
- The object identifier.
o $url_prefixes
-
RETURN VALUES
Returns the Hyperwave document.
SEE ALSO
hw_gettext(3), hw_free_document(3), hw_document_size(3), hw_document_bodytag(3), hw_output_document(3).
PHP Documentation Group HW_PIPEDOCUMENT(3)