検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 304 for init (0.013 sec.)
GMP 数を作成する 7228
« gmp_import gmp_intval » PHP Manual GMP 関数 GMP 数を作成する gmp_init (PHP 4 >= 4.0.4, PHP 5, ... PHP 7, PHP 8) gmp_init — GMP 数を作成する 説明 gmp_init ( int | string $n ... クトを返します。 例 例1 GMP 数の作成 <?php $a = gmp_init ( 123456 ); $b = gmp_init ( "0xFFFFDEBACDFEDF7200" ... 要はありません。この場合、変換が必要な場合には、 gmp_init() と同様の方法で関数の引数は自動的に GMP 数に変換さ ... れます。 関連キーワード: 作成 , 基数 , 最初 , init , 関数 , 小文字 , 表現 , 文字 , 大文字 , int ...
https://man.plustar.jp/php/function.gmp-init.html - [similar]
ストリーミングのためにハッシュを初期化する 7068
« sodium_crypto_generichash_final sodium_crypto_generichash_keygen » PHP Manual Sodium 関数 スト ... ためにハッシュを初期化する sodium_crypto_generichash_init (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_generichash_ ... ハッシュを初期化する 説明 sodium_crypto_generichash_init ( string $key = "" , int $length = SODIUM_CRYPTO_G ... テートを返します。 例 例1 sodium_crypto_generichash_init() の例 <?php $messages = [ random_bytes ( 32 ), ra ... _bytes ( 16 )]; $state = sodium_crypto_generichash_init ( '' , 32 ); foreach ( $messages as $message ) { s ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-init.html - [similar]
コントローラを初期化する 7011
« Yaf_Controller_Abstract::getViewpath Yaf_Controller_Abstract::initView » PHP Manual Yaf_Contro ... コントローラを初期化する Yaf_Controller_Abstract::init (Yaf >=1.0.0) Yaf_Controller_Abstract::init — コン ... ラを初期化する 説明 public Yaf_Controller_Abstract::init (): void Yaf_Controller_Abstract::__construct() は ... きません。しかし、かわりに Yaf_Controller_Abstract::init() を定義できます。 これは、コントローラオブジェクト ... キーワード: Yaf , Controller , コントローラ , 初期 , init , パラメータ , construct , 定義 , 関数 , インスタン ...
https://man.plustar.jp/php/yaf-controller-abstract.init.html - [similar]
暗号化のために、シークレットストリームのコンテキストを初期化する 6955
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... 化する sodium_crypto_secretstream_xchacha20poly1305_init_push (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secrets ... tream_xchacha20poly1305_init_push — 暗号化のために、シークレットストリームのコン ... 説明 sodium_crypto_secretstream_xchacha20poly1305_init_push ( string $key ): array 暗号化のために、シーク ... 例 例1 sodium_crypto_secretstream_xchacha20poly1305_init_push() の例 <?php function encrypt_file ( string $ ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
cURL ハンドルのセットからマルチハンドルを削除する 6795
« curl_multi_init curl_multi_select » PHP Manual cURL 関数 cURL ハンドルのセットからマルチハンド ... んと停止します。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 handle curl_init() ... ジョンでは、 resource を期待していました。 参考 curl_init() - cURL セッションを初期化する curl_multi_init() ... , cURL , handle , multi , マルチ , 削除 , セット , init , 期待 , バージョン ...
https://man.plustar.jp/php/function.curl-multi-remove-handle.html - [similar]
cURL セッションを初期化する 6625
« curl_getinfo curl_multi_add_handle » PHP Manual cURL 関数 cURL セッションを初期化する curl_init ... t (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_init — cURL セッションを初期化する 説明 curl_init ( ? s ... php // 新しい cURL リソースを作成します $ch = curl_init (); // URL や他の適当なオプションを設定します curl ... curl_close() - cURL セッションを閉じる curl_multi_init() - 新規 cURL マルチハンドルを返す 関連キーワード: ... cURL , セッション , 初期 , 関数 , init , ハンドル , 設定 , multi , CurlHandle , 新規 ...
https://man.plustar.jp/php/function.curl-init.html - [similar]
はじめに 6522
« Inotify インストール/設定 » PHP Manual Inotify はじめに はじめに inotify 拡張モジュールは、ino ... tify 関数 inotify_init() 、 inotify_add_watch() および inotify_rm_watch() ... を公開しています。 C の inotify_init() 関数はファイル記述子を返しますが、PHP の inotify ... _init() はストリームリソースを返します。これは、標準のス ... き換えるものです。 関連キーワード: inotify , 関数 , init , Inotify , stream , ストリーム , イベント , 流儀 ...
https://man.plustar.jp/php/intro.inotify.html - [similar]
cURL 共有ハンドルを閉じる 6465
« curl_setopt curl_share_errno » PHP Manual cURL 関数 cURL 共有ハンドルを閉じる curl_share_close ... スを解放します。 パラメータ share_handle curl_share_init() が返す cURL 共有ハンドル 戻り値 値を返しません。 ... り、クッキーのデータを共有させます $sh = curl_share_init (); curl_share_setopt ( $sh , CURLSHOPT_SHARE , CU ... ンドルを作り、共有ハンドルを割り当てます $ch1 = curl_init ( "http://example.com/" ); curl_setopt ( $ch1 , CU ... ンドルを作り、共有ハンドルを割り当てます $ch2 = curl_init ( "http://php.net/" ); curl_setopt ( $ch2 , CURLOP ...
https://man.plustar.jp/php/function.curl-share-close.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 6249
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... コール可能です。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 still_running 処理が ... す。 <?php // cURL リソースを作成します $ch1 = curl_init (); $ch2 = curl_init (); // URL およびその他適切な ... マルチ cURL ハンドルを作成します $mh = curl_multi_init (); // ふたつのハンドルを追加します curl_multi_add ... h2 ); curl_multi_close ( $mh ); ?> 参考 curl_multi_init() - 新規 cURL マルチハンドルを返す curl_multi_sele ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
マルチバイト正規表現検索用の文字列と正規表現を設定する 6249
« mb_ereg_search_getregs mb_ereg_search_pos » PHP Manual マルチバイト文字列 関数 マルチバイト正規 ... 現検索用の文字列と正規表現を設定する mb_ereg_search_init (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) mb_ereg_sear ... ch_init — マルチバイト正規表現検索用の文字列と正規表現を設 ... 定する 説明 mb_ereg_search_init ( string $string , ? string $pattern = null , ? st ... ring $options = null ): bool mb_ereg_search_init() は、マルチバイト対応の正規 表現検索において検索対 ...
https://man.plustar.jp/php/function.mb-ereg-search-init.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT