検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 94 for curl (0.003 sec.)
cURL 共有ハンドルのオプションを設定する 8473
« curl_share_init curl_share_strerror » PHP Manual cURL 関数 cURL 共有ハンドルのオプションを設定 ... する curl_share_setopt (PHP 5 >= 5.5.0, PHP 7, PHP 8) curl_s ... hare_setopt — cURL 共有ハンドルのオプションを設定する 説明 curl_share ... _setopt ( CurlShareHandle $share_handle , int $option , mixed $va ... lue ): bool 指定した cURL 共有ハンドルに、オプションを設定します。 パラメータ ...
https://man.plustar.jp/php/function.curl-share-setopt.html - [similar]
cURL セッションを初期化する 8302
« curl_getinfo curl_multi_add_handle » PHP Manual cURL 関数 cURL セッションを初期化する curl_ini ... t (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_init — cURL セッションを初期化する 説明 curl_init ... ( ? string $url = null ): CurlHandle | false 新規セッションを初期化し、cURL ハンド ... ルを返します。このハンドルは、関数 curl_setopt() , curl_exec() , curl_close() で使用します ... 。 パラメータ url url を指定した場合、オプション CURLOPT_URL がそのパラメータの値に設定されます。関数 cu ...
https://man.plustar.jp/php/function.curl-init.html - [similar]
cURL セッションを閉じる 8236
« cURL 関数 curl_copy_handle » PHP Manual cURL 関数 cURL セッションを閉じる curl_close (PHP 4 >= ... 4.0.2, PHP 5, PHP 7, PHP 8) curl_close — cURL セッションを閉じる 説明 curl_close ( ... は、この関数はリソースを閉じるのに使われていました。 cURL セッションを閉じ、全てのリソースを開放します。 cUR ... ハンドル handle も削除されます。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 値を返しません ... 。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するようになりまし ...
https://man.plustar.jp/php/function.curl-close.html - [similar]
基本的な curl の使用法 8183
« 例 cURL 関数 » PHP Manual 例 基本的な curl の使用法 基本的な curl の使用法 PHP を cURL サポート ... 機能付きでコンパイルすると、 curl 関数を使用可能となります。cURL 関数の基本的な使用法 ... は、 curl_init() により cURL セッションを初期化、 curl_setop ... t() により転送時のオプションを設定、 続いて curl_exec() により転送を実行し、 curl_close() によりセッ ... ションを終了するというものになります。 cURL 関数を使用して example.com ホームページをファイルに ...
https://man.plustar.jp/php/curl.examples-basic.html - [similar]
cURL ハンドルを、その設定も含めてコピーする 8117
« curl_close curl_errno » PHP Manual cURL 関数 cURL ハンドルを、その設定も含めてコピーする curl_ ... copy_handle (PHP 5, PHP 7, PHP 8) curl_copy_handle — cURL ハンドルを、その設定も含めてコピ ... ーする 説明 curl_copy_handle ( CurlHandle $handle ): CurlHandle | f ... alse cURL ハンドルをコピーし、同じ設定を保持します。 パラメー ... タ handle curl_init() が返す cURL ハンドル。 戻り値 新しい cURL...
https://man.plustar.jp/php/function.curl-copy-handle.html - [similar]
cURL のバージョンを返す 8117
« curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >= ... 4.0.2, PHP 5, PHP 7, PHP 8) curl_version — cURL のバージョンを返す 説明 curl_versio ... n (): array | false cURL のバージョンについての情報を返します。 パラメータ ... る連想配列を返します。 キー 値の説明 version_number cURL の 24 ビットのバージョン番号 version cURL バージョ ... 文字列 libz_version zlib バージョンを表す文字列 host cURL をビルドしたホストについての情報 age features 定数 ...
https://man.plustar.jp/php/function.curl-version.html - [similar]
直近のエラー番号を返す 8064
« curl_copy_handle curl_error » PHP Manual cURL 関数 直近のエラー番号を返す curl_errno (PHP 4 >= ... 4.0.3, PHP 5, PHP 7, PHP 8) curl_errno — 直近のエラー番号を返す 説明 curl_errno ( C ... urlHandle $handle ): int 直近の cURL 処理に関するエラー番号を返します。 パラメータ hand ... le curl_init() が返す cURL ハンドル。 戻り値 エラー番号を返 ... 返します。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するようになりまし ...
https://man.plustar.jp/php/function.curl-errno.html - [similar]
CURL 転送用の複数のオプションを設定する 8064
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_set ... opt_array (PHP 5 >= 5.1.3, PHP 7, PHP 8) curl_setopt_array — CURL 転送用の複数のオプションを設定 ... する 説明 curl_setopt_array ( CurlHandle $handle , array $options ... ): bool cURL セッション用の複数のオプションを設定します。 この関 ... 数が便利なのは大量の cURL オプションを設定する場合で、 何度も繰り返して curl ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
新しいグローバル定数 8064
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し ... 定数 新しいグローバル定数 PHP コア PASSWORD_ARGON2ID CURL CURLAUTH_BEARER CURLAUTH_GSSAPI CURLE_WEIRD_SERVER ... _REPLY CURLINFO_APPCONNECT_TIME_T CURLINFO_CONNECT_TIME_T CURL ... INFO_CONTENT_LENGTH_DOWNLOAD_T CURLINFO_CONTENT_LENGTH_UPLOAD_T CURLINFO_FILETIME_T CU ... RLINFO_HTTP_VERSION CURLINFO_NAMELOOKUP_TIME_T CURLINFO_PRETRANSFER_TIME_T ...
https://man.plustar.jp/php/migration73.constants.html - [similar]
CURLFile オブジェクトを作る 8038
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... onstruct curl_file_create (PHP 5 >= 5.5.0, PHP 7, PHP 8) CURLFil ... e::__construct -- curl_file_create — CURLFile オブジェクトを作る 説明 オブ ... ジェクト指向型 public CURLFile::__construct ( string $filename , ? string $mi ... null , ? string $posted_filename = null ) 手続き型 curl_file_create ( string $filename , ? string $mime_ty ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT