検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 304 for init (0.064 sec.)
指定した伝送に関する情報を得る 4498
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... 送に関する情報を取得します。 パラメータ handle curl_init() が返す cURL ハンドル。 option これは、以下のいず ... の例 <?php // cURL ハンドルを作成します $ch = curl_init ( 'http://www.example.com/' ); // 実行します curl_ ... 使う例 <?php // cURL ハンドルを作成します $ch = curl_init ( 'http://www.example.com/' ); // 実行します curl_ ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
CURL 転送用の複数のオプションを設定する 4498
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_set ... () をコールせずにすみます。 パラメータ handle curl_init() が返す cURL ハンドル。 options 設定するオプション ... php // 新しい cURL リソースを作成します $ch = curl_init (); // URL その他のオプションを適切に設定します $o ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
最大公約数と乗数を計算する 4498
« gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0. ... 2, b = 21, g = gcd(12, 21) = 3 とします。 $a = gmp_init ( 12 ); $b = gmp_init ( 21 ); $g = gmp_gcd ( $a , ...
https://man.plustar.jp/php/function.gmp-gcdext.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 4498
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... h_hmac に合うハッシュアルゴリズムの一覧を返す hash_init() - 段階的なハッシュコンテキストを初期化する hash_ ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
暗号化されたストリームから、データのチャンクを複号する 4498
« sodium_crypto_secretstream_xchacha20poly1305_keygen sodium_crypto_secretstream_xchacha20poly13 ... state sodium_crypto_secretstream_xchacha20poly1305_init_pull() と sodium_crypto_secretstream_xchacha20poly ... 1305_init_push() を参照して下さい。 ciphertext 復号する、暗号 ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
ストリーミングAPI で安全に復号できるように、データのチャンクを暗号化する 4498
« sodium_crypto_secretstream_xchacha20poly1305_pull sodium_crypto_secretstream_xchacha20poly1305 ... state sodium_crypto_secretstream_xchacha20poly1305_init_pull() と sodium_crypto_secretstream_xchacha20poly ... 1305_init_push() を参照して下さい。 message additional_data ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
下位互換性のない変更点 4498
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... ことをチェックするコードに置き換えるべきです。 curl_init() 関数は リソース ではなく、 CurlHandle オブジェク ... なくなった場合に、自動的に破棄されます。 curl_multi_init() 関数は リソース ではなく、 CurlMultiHandle オブジ ... なくなった場合に、自動的に破棄されます。 curl_share_init() 関数は リソース ではなく、 CurlShareHandle オブジ ... なった場合に、自動的に破棄されます。 enchant_broker_init() 関数は リソース ではなく、 EnchantBroker オブジェ ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
事前にオープンしているデータベース接続を閉じる 4442
« mysqli::character_set_name mysqli::commit » PHP Manual mysqli 事前にオープンしているデータベー ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 成功した場合 ... 新規に MySQL サーバーへの接続をオープンする mysqli_init() - MySQLi を初期化し、mysqli_real_connect() で使う ...
https://man.plustar.jp/php/mysqli.close.html - [similar]
直近に実行されたクエリの情報を取得する 4442
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 直近に実行さ ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
mysqli クラス 4385
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ): bool public stat (): string | false public stmt_init (): mysqli_stmt | false public store_result ( int ... o — 直近に実行されたクエリの情報を取得する mysqli::init — MySQLi を初期化し、mysqli_real_connect() で使うオ ... ::stat — 現在のシステム状態を取得する mysqli::stmt_init — ステートメントを初期化し、mysqli_stmt_prepare で ...
https://man.plustar.jp/php/class.mysqli.html - [similar]