X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FHeader.md;h=b391051f329a5b159a0745f8f5a04e63fd6a4ff7;hb=HEAD;hp=037d7a437e1cf3e876851c981a95c8a3d9aa7f44;hpb=fb2ab0c8596f274acb2a3aea76f97c895ee2af34;p=mdref%2Fmdref-http diff --git a/http/Header.md b/http/Header.md index 037d7a4..b391051 100644 --- a/http/Header.md +++ b/http/Header.md @@ -1,4 +1,4 @@ -# class http\Header extends http\Object implements Serializable +# class http\Header implements Serializable The http\Header class provides methods to manipulate, match, negotiate and serialize HTTP headers. @@ -9,7 +9,7 @@ The http\Header class provides methods to manipulate, match, negotiate and seria * MATCH_CASE Perform case sensitive matching. * MATCH_WORD - Match only on word boundaries (according by CTYPE alpha-numeric). + Match only on word boundaries (according by CType alpha-numeric). * MATCH_FULL Match the complete string. * MATCH_STRICT @@ -17,7 +17,7 @@ The http\Header class provides methods to manipulate, match, negotiate and seria ## Properties: -* public $name = NULL +* public string $name = NULL The name of the HTTP header. -* public $value = NULL +* public mixed $value = NULL The value of the HTTP header.