Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

ResponseFactory
in package
implements ResponseFactoryInterface

Table of Contents

Interfaces

ResponseFactoryInterface

Methods

createResponse()  : ResponseInterface

Methods

createResponse()

public createResponse([int $code = 200 ][, string $reasonPhrase = '' ]) : ResponseInterface
Parameters
$code : int = 200
$reasonPhrase : string = ''
Return values
ResponseInterface
On this page