¡@

Home 

php Programming Glossary: anytagmatched

HTTP if-none-match and if-modified-since and 304 clarification in PHP

http://stackoverflow.com/questions/2086712/http-if-none-match-and-if-modified-since-and-304-clarification-in-php

c3piozzzz If array_key_exists 'HTTP_IF_NONE_MATCH' _SERVER anyTagMatched returns NULL. As soon as an ETag in _SERVER 'HTTP_IF_NONE_MATCH'.. in _SERVER 'HTTP_IF_NONE_MATCH' match my document ETag anyTagMatched returns TRUE. If none of the Etags in _SERVER 'HTTP_IF_NONE_MATCH'.. _SERVER 'HTTP_IF_NONE_MATCH' are matching my document ETag anyTagMatched returns FALSE. If _SERVER 'HTTP_IF_MODIFIED_SINCE' is set and..