Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
hw_Document_BodyTag
(PHP 4)
hw_Document_BodyTag — Body tag of hw_document
Описание
string hw_document_bodytag ( int $hw_document [, string $prefix ] )Returns the BODY tag of the document. If the document is an HTML document the BODY tag should be printed before the document.
For backward compatibility, hw_documentbodytag() is also accepted. This is deprecated, however.
Список параметров
hw_document -
The document identifier.
prefix -
Возвращаемые значения
Returns the BODY tag as a string.
Смотрите также
- hw_document_attributes() - Object record of hw_document
- hw_document_size() - Size of hw_document
Описание на ru2.php.net
Описание на php.ru