HttpResponse::setETag

(PECL pecl_http >= 0.10.0)

HttpResponse::setETagSet ETag

Beskrivelse

static bool HttpResponse::setETag ( string $etag )

Set a custom ETag. Use this only if you know what you're doing.

Parametre

etag

unquoted string as parameter containing the ETag

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top