yii\web\RequestParserInterface - Yii2 类参考手册
Interface yii\web\RequestParserInterface
全部
| 方法 Methods
| Implemented by | yii\web\JsonParser, yii\web\MultipartFormDataParser |
|---|---|
| Available since version | 2.0 |
Interface for classes that parse the raw request body into a parameters array.
Public Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| parse() | Parses a HTTP request body. | yii\web\RequestParserInterface |