<?php str_repeat(string $string, int $times): string
<?php public function testĀ maxĀ uploadĀ sizeĀ isĀ 6Mb() { $body4Mb = str_repeat(' ', 1024 * 1024 * 4); $response = $this->http->request('POST', '', [ 'body' => $body4Mb, ]);