yii\httpclient\ParserInterface - Yii2 类参考手册

Interface yii\httpclient\ParserInterface

Implemented byyii\httpclient\JsonParser, yii\httpclient\UrlEncodedParser, yii\httpclient\XmlParser
Available since version2.0

ParserInterface represents HTTP response message parser.

Public Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined By
parse() Parses given HTTP response instance. yii\httpclient\ParserInterface

方法详情 Method Details

parse() public abstract method

Parses given HTTP response instance.

public abstract mixed parse ( yii\httpclient\Response $response )
$response yii\httpclient\Response

HTTP response instance.

return mixed

Parsed content data.