Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
hw_Document_SetContent
(PHP 4)
hw_Document_SetContent — Sets/replaces content of hw_document
Описание
bool hw_document_setcontent ( int $hw_document , string $content )Sets or replaces the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from the HEAD and BODY tag is in the stored in the object record. If you provide this information in the content of the document too, the Hyperwave server will change the object record accordingly when the document is inserted. Probably not a very good idea. If this functions fails the document will retain its old content.
Список параметров
hw_document -
The document identifier.
content -
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
- hw_document_attributes() - Object record of hw_document
- hw_document_size() - Size of hw_document
- hw_document_content() - Returns content of hw_document
Описание на ru2.php.net
Описание на php.ru