Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18475 программистов и 1739 роботов. Сейчас ищут 1333 программиста ...
Yaf_Response_Abstract::clearBody - The clearBody purpose
Вернуться к: Yaf_Response_Abstract
Yaf_Response_Abstract::clearBody
(Yaf >=1.0.0)
Yaf_Response_Abstract::clearBody — The clearBody purpose
Описание
public bool Yaf_Response_Abstract::clearBody
([ string
$key
] )Clear existsed content
Список параметров
-
key
-
the content key, if you don't specific, then all contents will be cleared.
Замечание:
this parameter is introduced as of 2.2.0
Возвращаемые значения
Смотрите также
- Yaf_Response_Abstract::setBody() - Set content to response
- Yaf_Response_Abstract::appendBody() - append to body
- Yaf_Response_Abstract::prependBody() - The prependBody purpose
- Yaf_Response_Abstract::getBody() - Retrieve a exists content
Вернуться к: Yaf_Response_Abstract