Lines Matching refs:handle
29 function curl_close(CurlHandle $handle): void {} argument
32 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} argument
34 function curl_errno(CurlHandle $handle): int {} argument
37 function curl_error(CurlHandle $handle): string {} argument
40 function curl_escape(CurlHandle $handle, string $string): string|false {} argument
43 function curl_unescape(CurlHandle $handle, string $string): string|false {} argument
47 function curl_exec(CurlHandle $handle): string|bool {} argument
52 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} argument
57 function curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} argument
66 function curl_multi_getcontent(CurlHandle $handle): ?string {} argument
78 function curl_multi_remove_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} argument
85 function curl_pause(CurlHandle $handle, int $flags): int {} argument
87 function curl_reset(CurlHandle $handle): void {} argument
89 function curl_setopt_array(CurlHandle $handle, array $options): bool {} argument
91 function curl_setopt(CurlHandle $handle, int $option, mixed $value): bool {} argument