YoastSEO_Vendor\Psr\Http\Message
MessageInterface::withoutHeader() public Yoast 1.0
Return an instance without the specified header.
Header resolution MUST be done without case-sensitivity.
This method MUST be implemented in such a way as to retain the immutability of the message, and MUST return an instance that removes the named header.
{} Это метод класса: MessageInterface{}
Хуков нет.
Возвращает
static
. Null. Ничего.
Использование
$MessageInterface = new MessageInterface(); $MessageInterface->withoutHeader( $name );
- $name(строка) (обязательный)
- Case-insensitive header field name to remove.
Код MessageInterface::withoutHeader() MessageInterface::withoutHeader Yoast 16.1.1
public function withoutHeader($name);