Searched refs:curl_file_create (Results 1 – 5 of 5) sorted by relevance
17 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt');22 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain");27 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', null, "foo.txt");32 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain", "foo.txt");
40 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt');
66 PHP_FUNCTION(curl_file_create) in PHP_FUNCTION() argument
114 PHP_FUNCTION(curl_file_create);
472 PHP_FE(curl_file_create, arginfo_curlfile_create)
Completed in 31 milliseconds