検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for カウンタ (0.003 sec.)
ReflectionFunction オブジェクトを作成する 12818
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFuncti ... tionFunction::__construct() の例 <?php /** * 簡単なカウンタ * * @return int */ function counter1 () { static $ ... c = 0 ; return ++ $c ; } /** * 別の簡単なカウンタ * * @return int */ $counter2 = function() { static ... php lines 7 to 11 ---> Documentation: '/** * 簡単なカウンタ * * @return int */' ---> Static variables: array ( ... ines 18 to 23 ---> Documentation: '/** * 別の簡単なカウンタ * * @return int */' ---> Static variables: array ( ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
デフォルトのイベントループが新しいイベントをポーリングした回数を返す 10333
« Ev::feedSignalEvent Ev::now » PHP Manual Ev デフォルトのイベントループが新しいイベントをポーリ ... が新しいイベントをポーリングした回数を返します。 生成カウンターとして有用です。 パラメータ この関数にはパラメータ ... ベント , Ev , デフォルト , iteration , パラメータ , カウンター , depth , 参考 ...
https://man.plustar.jp/php/ev.iteration.html - [similar]
メッセージを暗号化する 9761
« sodium_crypto_aead_chacha20poly1305_ietf_decrypt sodium_crypto_aead_chacha20poly1305_ietf_keyg ... TF バリアントは、96ビットの nonce と 32ビットの内部カウンタを持ちます。 標準では、nonce, 内部カウンタともに64ビ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-enc... - [similar]
項目の値を増やす 9564
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::incre ... = memcache_connect ( 'memcache_host' , 11211 ); /* カウンタを 2 増やします */ $current_value = memcache_increme ... che_obj -> connect ( 'memcache_host' , 11211 ); /* カウンタを 3 増やします */ $current_value = $memcache_obj -> ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
暗号化されたテキストが、有効なタグを持っているかを調べる 9385
« sodium_crypto_aead_chacha20poly1305_encrypt sodium_crypto_aead_chacha20poly1305_ietf_encrypt » ... TF バリアントは、96ビットの nonce と 32ビットの内部カウンタを持ちます。 標準では、nonce, 内部カウンタともに64ビ ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-dec... - [similar]
ReflectionMethod を作成する 8813
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... ?php class Counter { private static $c = 0 ; /** * カウンタをインクリメントする * * @final * @static * @access ... 61[final public static] ---> Documentation: '/** * カウンタをインクリメントする * * @final * @static * @access ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 7758
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... set_period ここで定義された時間が経過すると、失敗のカウンタがリセットされます。 秒単位で設定します。 デフォルト ... ecovery_reset_period' => 86400 , // 1日後には失敗のカウンタをリセット 'recovery_enabled' => true , // リカバリパ ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
実行時間の最大値を制限する 7472
« set_include_path sys_get_temp_dir » PHP Manual PHP オプション/情報 関数 実行時間の最大値を制限 ... 用います。 この関数がコールされた場合、 タイムアウトカウンタをゼロから再スタートします。 言いかえると、タイムアウ ...
https://man.plustar.jp/php/function.set-time-limit.html - [similar]
外部から来る変数 6704
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... さて、買い物かご(Shopping Cart) プログラムの場合、カウンタを保持し、 受け渡したいと思うかもしれません。 これは ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
実行時設定 6704
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... he.jit_max_exit_counters int サイドトレースの出口のカウンタを最大いくつ持つかを指定します。 この数によって、全ル ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
PREV 1 NEXT