Lines Matching refs:handle
17 function curl_close(CurlHandle $handle): void {} argument
19 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} argument
21 function curl_errno(CurlHandle $handle): int {} argument
23 function curl_error(CurlHandle $handle): string {} argument
26 function curl_escape(CurlHandle $handle, string $string): string|false {} argument
28 function curl_unescape(CurlHandle $handle, string $string): string|false {} argument
34 function curl_exec(CurlHandle $handle): string|bool {} argument
38 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} argument
42 function curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} argument
51 function curl_multi_getcontent(CurlHandle $handle): ?string {} argument
58 function curl_multi_remove_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} argument
65 function curl_pause(CurlHandle $handle, int $flags): int {} argument
68 function curl_reset(CurlHandle $handle): void {} argument
70 function curl_setopt_array(CurlHandle $handle, array $options): bool {} argument
72 function curl_setopt(CurlHandle $handle, int $option, mixed $value): bool {} argument