Results of 1 - 10 of about 119 for 減 (0.002 sec.)
- 加算子/減算子 12221
- « 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子
... /減算子(前置・後置ともに)をサポートします。 注意 : 加 ... 算子/減算子は、数値や文字列にしか影響を及ぼしません。 配列や ... てリソースには、何も変更を加えません。 同じく null に減算子を適用しても何も起こりませんが、 null に加算子を ... 適用すると 1 となります。 加算子/減算子 例 名前 効果 ++$a 前置加算子 $a に 1 を加え、 $ ...
-
https://man.plustar.jp/php/language.operators.increment.html
- [similar]
- 項目の値を減らす 10977
- « Memcache::connect Memcache::delete » PHP Manual Memcache 項目の値を減らす Memcache::decrement
... memcache >= 0.2.0) Memcache::decrement — 項目の値を減らす 説明 Memcache::decrement ( string $key , int $v ... lse Memcache::decrement() は、項目の値を value だけ減らします。 Memcache::increment() と同様、項目の現在の ... 関数を使用することも可能です。 パラメータ key 値を減らす項目のキー。 value 項目の値を value だけ減らしま ... nnect ( 'memcache_host' , 11211 ); /* 項目の値を 2 減らします */ $new_value = memcache_decrement ( $memca ...
-
https://man.plustar.jp/php/memcache.decrement.html
- [similar]
- 保存した数値を減らす 10392
- « apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu >
... = 4.0.0) apcu_dec — 保存した数値を減らす 説明 apcu_dec ( string $key , int $step = 1 , b ... = ? , int $ttl = 0 ): int | false 保存した整数値を減らします。 パラメータ key 減らしたい値のキー。 step ... たか失敗したかの結果が格納されます。 ttl (既存の値を減らすのではなく) 新しい値を挿入する操作に使うTTL 戻り ...
-
https://man.plustar.jp/php/function.apcu-dec.html
- [similar]
- 要素の値を減らす 10031
- « sodium_crypto_core_ristretto255_scalar_sub sodium_crypto_generichash_final » PHP Manual Sodium
... 関数 要素の値を減らす sodium_crypto_core_ristretto255_sub (PHP 8 >= 8 ... 0) sodium_crypto_core_ristretto255_sub — 要素の値を減らす 説明 sodium_crypto_core_ristretto255_sub ( stri ... ng $p , string $q ): string p から 要素 q を減らします。 libsodium 1.0.18 以降で利用可能です。 警告 ... 。引数のリストのみが 記述されています。 パラメータ p 減らされる要素。 q 減らす要素。 戻り値 32バイト長のラン ...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-sub.html
- [similar]
- 数値アイテムの値を減らす 10031
- « Memcached::__construct Memcached::decrementByKey » PHP Manual Memcached 数値アイテムの値を減ら
... >= 0.1.0) Memcached::decrement — 数値アイテムの値を減らす 説明 public Memcached::decrement ( string $key ... ment() は、数値アイテムの値を offset で指定しただけ減らします。 アイテムの値が数値でない場合はエラーとなり ... は値を initial_value に設定します。 パラメータ key 減らしたいアイテムのキー。 offset 値を減らしたい量。 i ... yKey() - 指定したサーバー上にある数値アイテムの値を減らす 関連キーワード: アイテム , 数値 , Memcached , i ...
-
https://man.plustar.jp/php/memcached.decrement.html
- [similar]
- 指定したサーバー上にある数値アイテムの値を減らす 10031
- « Memcached::decrement Memcached::delete » PHP Manual Memcached 指定したサーバー上にある数値アイ
... テムの値を減らす Memcached::decrementByKey (PECL memcached >= 2. ... tByKey — 指定したサーバー上にある数値アイテムの値を減らす 説明 public Memcached::decrementByKey ( string ... yKey() は、数値アイテムの値を offset で指定しただけ減らします。 アイテムの値が数値でない場合はエラーとなり ... られるようになり、マルチ操作の効率が上がります。 key 減らしたいアイテムのキー。 offset 値を減らしたい量。 i ...
-
https://man.plustar.jp/php/memcached.decrementbykey.html
- [similar]
- 任意精度数値の減算を行う 9446
- « bcsqrt GMP » PHP Manual BC Math 関数 任意精度数値の減算を行う bcsub (PHP 4, PHP 5, PHP 7, PHP
... 8) bcsub — 任意精度数値の減算を行う 説明 bcsub ( string $left_operand , string ... それも設定されていない場合は 0 を使用します。 戻り値 減算の結果を文字列で返します。 例 例1 bcsub() の例 <?p ... 数値を加算する 関連キーワード: 任意 , 精度 , 数値 , 減算 , bcsub , operand , string , 設定 , オペランド , ...
-
https://man.plustar.jp/php/function.bcsub.html
- [similar]
- 左の variant から右の variant を引き、その結果を返す 9234
- « variant_set variant_xor » PHP Manual COM関数 左の variant から右の variant を引き、その結果を返
... ュメントでは VarAdd() となります。 戻り値 Variant の減算規則 もし~なら このようにします 両者ともに文字列型 ... 減算 一方が文字列型で、もう一方が文字 減算 一方が数値で ... 、もう一方が文字列 減算 両者ともに数値 減算 どちらか一方が NULL NULL が返 ... 果を返す 関連キーワード: variant , 関数 , 左 , 右 , 減算 , right , 両者 , クラス , 数値 , オブジェクト ...
-
https://man.plustar.jp/php/function.variant-sub.html
- [similar]
- 数値の減算 8799
- « gmp_strval gmp_testbit » PHP Manual GMP 関数 数値の減算 gmp_sub (PHP 4 >= 4.0.4, PHP 5, PHP 7,
... PHP 8) gmp_sub — 数値の減算 説明 gmp_sub ( GMP | int | string $num1 , GMP | i ... となります。 281470681743360 関連キーワード: 数値 , 減算 , num , オブジェクト , int , string , 整数 , 変換 ...
-
https://man.plustar.jp/php/function.gmp-sub.html
- [similar]
- スカラー値を減らす 8288
- « sodium_crypto_core_ristretto255_scalar_reduce sodium_crypto_core_ristretto255_sub » PHP Manual
... Sodium 関数 スカラー値を減らす sodium_crypto_core_ristretto255_scalar_sub (PHP ... _crypto_core_ristretto255_scalar_sub — スカラー値を減らす 説明 sodium_crypto_core_ristretto255_scalar_sub ... ing $x , string $y ): string x から スカラー値 y を減らします。 libsodium 1.0.18 以降で利用可能です。 警告 ...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-sub.h...
- [similar]