Warning: file_put_contents(): Only -1 of 57 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
http_support http_match_modified http PHP Manual http_match_etag (PECL pecl_http:0.1.0-1.5.5) — Match ETag Descrierea bool ( string $etag [, $for_range = FALSE ] ) Matches the given against clien...
Forum und email

http_match_etag

(PECL pecl_http:0.1.0-1.5.5)

http_match_etag — Match ETag

Descrierea

bool http_match_etag ( string $etag [, bool $for_range = FALSE ] )

Matches the given ETag against the clients If-Match resp. If-None-Match HTTP headers.

Parametri

etag

the ETag to match

for_range

if set to TRUE, the header usually used to validate HTTP ranges will be checked

Valorile întroarse

Returns TRUE if ETag matches or the header contained the asterisk ("*"), else FALSE.