curl_close() | (CurlHandle $handle): void | void | ✓ | ✓ |
curl_copy_handle() | (CurlHandle $handle): CurlHandle | CurlHandle | ✓ | ✓ |
curl_errno() | (CurlHandle $handle): int | int | ✓ | ✓ |
curl_error() | (CurlHandle $handle): string | string | ✓ | ✓ |
curl_escape() | (CurlHandle $handle, string $string): string | string | ✓ | ✓ |
curl_exec() | `(CurlHandle $handle): string | bool` | `string | bool` |
curl_getinfo() | (CurlHandle $handle, ?int $option = null): mixed | mixed | ✓ | ✓ |
curl_init() | (?string $url = null): CurlHandle | CurlHandle | ✓ | ✓ |
curl_multi_add_handle() | (CurlMultiHandle $multi_handle, mixed $handle): int | int | ✓ | ✓ |
curl_multi_close() | (CurlMultiHandle $multi_handle): void | void | ✓ | ✓ |
curl_multi_errno() | (CurlMultiHandle $multi_handle): int | int | ✓ | ✓ |
curl_multi_exec() | (CurlMultiHandle $multi_handle, int $still_running): int | int | ✓ | ✓ |
curl_multi_get_handles() | (CurlMultiHandle $multi_handle): array | array | ✓ | ✓ |
curl_multi_getcontent() | (mixed $handle): ?string | ?string | ✓ | ✓ |
curl_multi_info_read() | (CurlMultiHandle $multi_handle, ?int $queued_messages = null): mixed | mixed | ✓ | ✓ |
curl_multi_init() | (): CurlMultiHandle | CurlMultiHandle | ✓ | ✓ |
curl_multi_remove_handle() | (CurlMultiHandle $multi_handle, mixed $handle): int | int | ✓ | ✓ |
curl_multi_select() | (CurlMultiHandle $multi_handle, float $timeout = 1.0): int | int | ✓ | ✓ |
curl_multi_setopt() | (CurlMultiHandle $multi_handle, int $option, mixed $value): bool | bool | ✓ | ✓ |
curl_multi_strerror() | (int $error_code): string | string | ✓ | ✓ |
curl_pause() | (CurlHandle $handle, int $flags): int | int | ✓ | ✓ |
curl_reset() | (CurlHandle $handle): void | void | ✓ | ✓ |
curl_setopt() | (CurlHandle $handle, int $option, mixed $value): bool | bool | ✓ | ✓ |
curl_setopt_array() | (CurlHandle $handle, array $options): bool | bool | ✓ | ✓ |
curl_share_close() | (CurlShareHandle $share_handle): void | void | ✓ | ✓ |
curl_share_errno() | (CurlShareHandle $share_handle): int | int | ✓ | ✓ |
curl_share_init() | (): CurlShareHandle | CurlShareHandle | ✓ | ✓ |
curl_share_init_persistent() | (array $share_options): CurlSharePersistentHandle | CurlSharePersistentHandle | ✓ | ✓ |
curl_share_setopt() | (CurlShareHandle $share_handle, int $option, mixed $value): bool | bool | ✓ | ✓ |
curl_share_strerror() | (int $error_code): string | string | ✓ | ✓ |
curl_strerror() | (int $error_code): string | string | ✓ | ✓ |
curl_unescape() | (CurlHandle $handle, string $string): string | string | ✓ | ✓ |
curl_upkeep() | (CurlHandle $handle): bool | bool | ✓ | ✓ |
curl_version() | (): mixed | mixed | ✓ | ✓ |