Results of 1 - 10 of about 39 for Dec (0.004 sec.)
- 保存した数値を減らす 13454
- « apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu >
...
= 4.0.0) apcu_dec — 保存した数値を減らす 説明 apcu_dec ( string $key ...
します。 失敗した場合に false を返します 例 例1 apcu_dec() の例 <?php echo "Let's do something with success ...
echo apcu_fetch ( 'anumber' ), PHP_EOL ; echo apcu_dec ( 'anumber' ), PHP_EOL ; echo apcu_dec ( 'anumber' ...
, 10 ), PHP_EOL ; echo apcu_dec ( 'anumber' , 10 , $success ), PHP_EOL ; var_dump ...
-
https://man.plustar.jp/php/function.apcu-dec.html
- [similar]
- キーに関連づけられた値を減少させる 13375
- « wincache_ucache_clear wincache_ucache_delete » PHP Manual WinCache 関数 キーに関連づけられた値
...
を減少させる wincache_ucache_dec (PECL wincache >= 1.1.0) wincache_ucache_dec — キー ...
に関連づけられた値を減少させる 説明 wincache_ucache_dec ( string $key , int $dec_by = 1 , bool &$success = ...
? ): mixed key に関連づけられた値を、1 あるいは dec_by で指定した数だけ減らします。 パラメータ key 変数 ...
使ったキーの名前。 key は大文字小文字を区別します。 dec_by key に関連づけられた変数の減少幅。 浮動小数点数 ...
-
https://man.plustar.jp/php/function.wincache-ucache-dec.html
- [similar]
- 指定したパラメータでプレーンテキストを暗号化する 11778
- « mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー
...
t a string into a key # key is specified using hexadecimal $key = pack ( 'H*' , "bcb04b7e103a0cd8b5476305 ...
$iv ); # prepend the IV for it to be available for decryption $ciphertext = $iv . $ciphertext ; # encode ...
ot protected against padding oracle attacks. # --- DECRYPTION --- $ciphertext_dec = base64_decode ( $ciph ...
e should be created using mcrypt_get_iv_size() $iv_dec = substr ( $ciphertext_dec , 0 , $iv_size ); # ret ...
-
https://man.plustar.jp/php/function.mcrypt-encrypt.html
- [similar]
- Construct a new Decimal128 9350
- « MongoDB\BSON\Decimal128 MongoDB\BSON\Decimal128::jsonSerialize » PHP Manual MongoDB\BSON\Decim
...
al128 Construct a new Decimal128 MongoDB\BSON\Decimal128::__construct (mongo ...
db >=1.2.0) MongoDB\BSON\Decimal128::__construct — Construct a new Decimal128 説 ...
明 final public MongoDB\BSON\Decimal128::__construct ( string $value = ? ) 注意 : M ...
ongoDB\BSON\Decimal128 は、 MongoDB 3.4 以降でしか使えません。それ ...
-
https://man.plustar.jp/php/mongodb-bson-decimal128.construct.html
- [similar]
- 月の名前を返す 9178
- « jddayofweek jdtofrench » PHP Manual カレンダー 関数 月の名前を返す jdmonthname (PHP 4, PHP 5,
...
Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec CAL_MONTH_GREGORIAN_LONG グレゴリウス暦 January, F ...
June, July, August, September, October, November, December CAL_MONTH_JULIAN_SHORT ユリウス暦 - 省略形 Ja ...
Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec CAL_MONTH_JULIAN_LONG ユリウス暦 January, February ...
June, July, August, September, October, November, December CAL_MONTH_JEWISH ユダヤ暦 Tishri, Heshvan, Ki ...
-
https://man.plustar.jp/php/function.jdmonthname.html
- [similar]
- 日付の書式 8348
- « 時刻の書式 複合的な書式 » PHP Manual サポートする日付と時刻の書式 日付の書式 日付の書式 このペ
...
'august' | 'september' | 'october' | 'november' | 'december' | 'jan' | 'feb' | 'mar' | 'apr' | 'may' | 'j ...
'jul' | 'aug' | 'sep' | 'sept' | 'oct' | 'nov' | 'dec' | "I" | "II" | "III" | "IV" | "V" | "VI" | "VII" ...
'jul' | 'aug' | 'sep' | 'sept' | 'oct' | 'nov' | 'dec' mm "0"? [0-9] | "1"[0-2] "0", "04", "7", "12" MM ...
、年 dd ([ \t.-])* m ([ \t.-])* y "30-June 2008", "22DEC78", "14 III 1879" 月の文字表記、4桁の年 (日は1日に ...
-
https://man.plustar.jp/php/datetime.formats.date.html
- [similar]
- Oracle データベースに接続する 8003
- « oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect
...
d row without committing // c1 ----selecting // 09-DEC-09 12:14:43 // 09-DEC-09 12:14:45 // c1 ----done / ...
/ c2 ----selecting // 09-DEC-09 12:14:43 // 09-DEC-09 12:14:45 // c2 ----done / ...
-
https://man.plustar.jp/php/function.oci-connect.html
- [similar]
- APCu キャッシュをクリアする 7753
- « apcu_cas apcu_dec » PHP Manual APCu 関数 APCu キャッシュをクリアする apcu_clear_cache (PECL ap
...
-
https://man.plustar.jp/php/function.apcu-clear-cache.html
- [similar]
- 2 進数 を 10 進数に変換する 7753
- « base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP
...
7, PHP 8) bindec — 2 進数 を 10 進数に変換する 説明 bindec ( string ...
より指定された 2 進数と等価な 10 進数を返します。 bindec() は、2 進数を int に変換します。 サイズの問題によ ...
り、必要に応じて float となることもあります。 bindec() は、すべての binary_string 値を符号なし整数として ...
扱います。 これは、 bindec() が最上位ビットを 符号ビットではなく別の桁とみなす ...
-
https://man.plustar.jp/php/function.bindec.html
- [similar]
- 指定した書式でフォーマットした日付を返す 7502
- « DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし
...
) 月 --- --- F 月。フルスペルの文字。 January から December m 月。数字。先頭にゼロをつける。 01 から 12 M ...
月。3 文字形式。 Jan から Dec n 月。数字。先頭にゼロをつけない。 1 から 12 t 指定 ...
RFC 5322 形式でフォーマットされた日付 例: Thu, 21 Dec 2000 16:01:07 +0200 U Unix Epoch (1970 年 1 月 1 日 ...
-
https://man.plustar.jp/php/datetime.format.html
- [similar]