Overview

Namespaces

  • Peach
    • DF
    • DT
    • Http
      • Body
      • Header
    • Markup
    • Util

Classes

  • Body
  • DefaultEndpoint
  • Request
  • Response
  • Util

Interfaces

  • BodyRenderer
  • Endpoint
  • HeaderField
  • MultiHeaderField
  • SingleHeaderField
  • Overview
  • Namespace
  • Class

Interface MultiHeaderField

1 つの HTTP メッセージ内に複数出現することが可能なヘッダーフィールドです. HTTP/1.1 で定義されているすべてのヘッダーフィールドのうち "Set-Cookie" のみが該当します.

Peach\Http\MultiHeaderField implements Peach\Http\HeaderField

Direct known implementers

Peach\Http\Header\SetCookie
Namespace: Peach\Http
Located at Peach/Http/MultiHeaderField.php
Methods summary
public array
# getValues( )

このヘッダーフィールドの値の一覧を返します. 返り値の配列の各要素が, 出力されるヘッダーフィールドの 1 行に該当します.

このヘッダーフィールドの値の一覧を返します. 返り値の配列の各要素が, 出力されるヘッダーフィールドの 1 行に該当します.

Returns

array
public array
# format( )

このヘッダーフィールドのヘッダー値を書式化します.

このヘッダーフィールドのヘッダー値を書式化します.

Returns

array
Methods inherited from Peach\Http\HeaderField
getName()
PEACH2 API documentation generated by ApiGen