Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Zend
Diactoros
Response
SapiEmitter
PHP 클래스 Zend\Diactoros\Response\SapiEmitter
상속:
implements
Zend\Diactoros\Response\EmitterInterface
,
use trait
SapiEmitterTrait
파일 보기
프로젝트 열기: zendframework/zend-diactoros
1 사용 예제들
공개 메소드들
메소드
설명
emit
(
Psr\Http\Message\ResponseInterface
$response
,
null
|
integer
$maxBufferLevel
= null )
Emits a response for a PHP SAPI environment.
비공개 메소드들
메소드
설명
emitBody
(
Psr\Http\Message\ResponseInterface
$response
)
Emit the message body.
메소드 상세
emit()
공개
메소드
Emits the status line and headers via the header() function, and the body content via the output buffer.
public
emit
(
Psr\Http\Message\ResponseInterface
$response
,
null
|
integer
$maxBufferLevel
= null )
$response
Psr\Http\Message\ResponseInterface
$maxBufferLevel
null
|
integer
Maximum output buffering level to unwrap.