File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Method | Description
96
96
` setResponseCacheTime(int $seconds): void ` | Enable or disable cache for Proxy::respose() or Proxy::jsonp()
97
97
` response(): void ` | Dump response to output
98
98
` jsonp(string $callback): void ` | Output JSONP callback with URL or data URI content
99
- ` getContents(int $length = -1 , int $offset = -1 ): string ` | If last download was successful, contents will be returned
99
+ ` getContents([ int $length[ , int $offset]] ): string ` | If last download was successful, contents will be returned
100
100
` getContentType(): string ` | If last download was successful, content-type will be returned
101
101
` getHttpStatus(): int ` | If last download was successful, HTTP status will be returned
102
102
` getLastErrorCode(): int ` | If last download was failed, error code will be returned
You can’t perform that action at this time.
0 commit comments