検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 304 for init (0.006 sec.)
新しい mysqli_stmt オブジェクトを構築する 5477
« mysqli_stmt::close mysqli_stmt::data_seek » PHP Manual mysqli_stmt 新しい mysqli_stmt オブジェ ... この引数が null の場合、コンストラクタは mysqli_stmt_init() と同じ振る舞いをします。 null でない場合、 mysql ... re() - 実行するための SQL文 を準備する mysqli_stmt_init() - ステートメントを初期化し、mysqli_stmt_prepare ... オブジェクト , 構築 , query , prepare , construct , init , string , メソッド ...
https://man.plustar.jp/php/mysqli-stmt.construct.html - [similar]
指定したテキストに署名する 5430
« gnupg_setsignmode gnupg_verify » PHP Manual GnuPG 関数 指定したテキストに署名する gnupg_sign ( ... あるいは署名を返します。 パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 pla ... 例1 手続き型の gnupg_sign() の例 <?php $res = gnupg_init (); gnupg_addsignkey ( $res , "8660281B6051D071D94 ... ntext , setsignmode , identifier , string , 設定 , init ...
https://man.plustar.jp/php/function.gnupg-sign.html - [similar]
ビットを設定する 5373
« gmp_scan1 gmp_sign » PHP Manual GMP 関数 ビットを設定する gmp_setbit (PHP 4 >= 4.0.4, PHP 5, P ... gmp_setbit() の例 - インデックス 0 <?php $a = gmp_init ( "2" ); // echo gmp_strval ( $a ), ' -> 0b' , gmp ... gmp_setbit() の例 - インデックス 1 <?php $a = gmp_init ( "0xfd" ); echo gmp_strval ( $a ), ' -> 0b' , gmp ... gmp_setbit() の例 - ビットのクリア <?php $a = gmp_init ( "0xff" ); echo gmp_strval ( $a ), ' -> 0b' , gmp ... setbit() は必ず既存の GMP オブジェクト (例えば gmp_init() を使用して取得したもの) を使用してコールしなけれ ...
https://man.plustar.jp/php/function.gmp-setbit.html - [similar]
段階的なハッシュコンテキストを初期化する 5373
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_init ... P 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_init — 段階的なハッシュコンテキストを初期化する 説明 ha ... sh_init ( string $algo , int $flags = 0 , string $key = "" ... した。 例 例1 段階的なハッシュの例 <?php $ctx = hash_init ( 'md5' ); hash_update ( $ctx , 'The quick brown f ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
curl_multi 接続のアクティビティを待つ 5317
« curl_multi_remove_handle curl_multi_setopt » PHP Manual cURL 関数 curl_multi 接続のアクティビテ ... ブロックします。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 timeout レスポンスを ... では、 resource を期待していました。 参考 curl_multi_init() - 新規 cURL マルチハンドルを返す 関連キーワード: ... i , アクティビティ , 接続 , handle , cURL , 記述 , init , 期待 , バージョン , 失敗 ...
https://man.plustar.jp/php/function.curl-multi-select.html - [similar]
アクティブなハッシュコンテキストにデータを投入する 5317
« hash_update_stream hash » PHP Manual Hash 関数 アクティブなハッシュコンテキストにデータを投入す ... ext , string $data ): bool パラメータ context hash_init() が返すハッシュコンテキスト。 data ハッシュダイジ ... shContext を受け入れるようになりました。 参考 hash_init() - 段階的なハッシュコンテキストを初期化する hash_ ... スト , hash , データ , 投入 , update , data , 段階 , init , ダイジェスト ...
https://man.plustar.jp/php/function.hash-update.html - [similar]
リソース型 5317
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュール ... では、 inotify_init() が返すストリームリソースを定義しています。 関連キ ... 定数 , インストール , 拡張 , モジュール , inotify , init ...
https://man.plustar.jp/php/inotify.resources.html - [similar]
The initView purpose 5317
« Yaf_Controller_Abstract::init Yaf_Controller_Abstract::redirect » PHP Manual Yaf_Controller_Ab ... stract The initView purpose Yaf_Controller_Abstract::initView (Yaf ... >=1.0.0) Yaf_Controller_Abstract::initView — The initView purpose 説明 public Yaf_Control ... ler_Abstract::initView ( array $options = ? ): void パラメータ option ... s 戻り値 関連キーワード: initView , purpose , Yaf , Controller , init , redirect ...
https://man.plustar.jp/php/yaf-controller-abstract.initview.html - [similar]
データを暗号化する 5261
« mcrypt_generic_init mcrypt_get_block_size » PHP Manual Mcrypt 関数 データを暗号化する mcrypt_g ... ルする前には、常にキーと IV を用いて mcrypt_generic_init() で暗号化ハンドルを 初期化しておくべきです。暗号化 ... が終了したら、 mcrypt_generic_deinit() をコールして 暗号化バッファを開放すべきです。使用 ... ecrypt_generic() - データを復号する mcrypt_generic_init() - 暗号化に必要な全てのバッファを初期化する mcryp ... t_generic_deinit() - 暗号化モジュールを終了する 関連キーワード: デー ...
https://man.plustar.jp/php/function.mcrypt-generic.html - [similar]
はじめに 5261
« GMP インストール/設定 » PHP Manual GMP はじめに はじめに 以下の関数により、GNU MP ライブラリを ... わりに 使用されます。これは透過的に行われます。 gmp_init() も参照ください。 注意 : PHP 5.6 以降は、 gmp_ini ... 使用可能です。 関連キーワード: 関数 , 整数 , 注意 , init , 数値 , 大半 , オブジェクト , 劣化 , 算術 , 拡張 ...
https://man.plustar.jp/php/intro.gmp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT