@@ -151,6 +151,10 @@ |
||
| 151 | 151 | return $post ?: []; |
| 152 | 152 | } |
| 153 | 153 | |
| 154 | + /** |
|
| 155 | + * @param resource $stream |
|
| 156 | + * @param string $boundary |
|
| 157 | + */ |
|
| 154 | 158 | private function parseMultipartFormData($stream, $boundary) { |
| 155 | 159 | $post = ""; |
| 156 | 160 | $files = []; |