検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 593 for Add (0.035 sec.)
現在のセッションをクリアする 3552
« pspell_check pspell_config_create » PHP Manual Pspell 関数 現在のセッションをクリアする pspell ... ンでは、 リソース を期待していました。 例 例1 pspell_add_to_personal() の例 <?php $pspell_config = pspell_c ... ell = pspell_new_config ( $pspell_config ); pspell_add_to_personal ( $pspell , "Vlad" ); pspell_clear_ses ...
https://man.plustar.jp/php/function.pspell-clear-session.html - [similar]
ランダムな鍵を生成する 3552
« sodium_crypto_core_ristretto255_scalar_negate sodium_crypto_core_ristretto255_scalar_reduce » ... ); $value = sodium_crypto_core_ristretto255_scalar_add ( $foo , $bar ); $value = sodium_crypto_core_ristr ... (true) 参考 sodium_crypto_core_ristretto255_scalar_add() - スカラー値を追加する sodium_crypto_core_ristre ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-rando... - [similar]
スカラー値を減らす 3552
« sodium_crypto_core_ristretto255_scalar_reduce sodium_crypto_core_ristretto255_sub » PHP Manual ... ); $value = sodium_crypto_core_ristretto255_scalar_add ( $foo , $bar ); $value = sodium_crypto_core_ristr ... 鍵を生成する sodium_crypto_core_ristretto255_scalar_add() - スカラー値を追加する 関連キーワード: スカラー ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-sub.h... - [similar]
無名関数 3552
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... 5 ; protected $products = array(); public function add ( $product , $quantity ) { $this -> products [ $pr ... new Cart ; // カートに商品を追加します $my_cart -> add ( 'butter' , 1 ); $my_cart -> add ( 'milk' , 3 ); ... $my_cart -> add ( 'eggs' , 6 ); // 合計に消費税 5% を付加した金額を ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
Wait for activity from one of the job servers 3552
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... rker (); # Make the worker non-blocking $worker -> addOptions ( GEARMAN_WORKER_NON_BLOCKING ); # Add the ... default server (localhost, port 4730) $worker -> addServer (); # Add our reverse function $worker -> ad ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
サンプル 3552
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... トレースするためのall_probes.stp Example#493 - apcu_add の例 Example#494 - apcu_cache_info の例 Example#49 ... 除不可能な出力バッファを作る例 Example#538 - output_add_rewrite_var の例 Example#539 - output_reset_rewrit ... O,_BAR in php.ini Example#593 - A runkit7_function_add example Example#594 - A runkit7_function_copy exam ... tion_redefine example Example#596 - runkit7_method_add example Example#597 - runkit7_method_copy example ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
CollectionRemove のコンストラクタ 3552
« CollectionRemove::bind CollectionRemove::execute » PHP Manual mysql_xdevapi\CollectionRemove C ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $collection = $schema -> createCollect ... ion ( "people" ); $collection -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.construct.html - [similar]
DocResult のコンストラクタ 3552
« mysql_xdevapi\DocResult DocResult::fetchAll » PHP Manual mysql_xdevapi\DocResult DocResult のコ ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $create = $schema -> createCollection ... ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.construct.html - [similar]
一行取得する 3552
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $create = $schema -> createCollection ... ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 3552
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... 戻り値 例 例1 Yaf_Route_Rewrite() の例 <?php /** * Add a rewrite route to Yaf_Router route stack */ Yaf_D ... ispatcher :: getInstance ()-> getRouter ()-> addRoute ( "name" , new Yaf_Route_rewrite ( "/product/ ... => bar ) 例2 Yaf_Route_Rewrite() の例 <?php /** * Add a rewrite route to Yaf_Router route stack by calli ... ng addconfig */ $config = array( "name" => array( "type" ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]