Results of 1 - 10 of about 19 for modes (0.003 sec.)
- サポートされる全てのモードの配列を取得する 13523
- « mcrypt_list_algorithms mcrypt_module_close » PHP Manual Mcrypt 関数 サポートされる全てのモード
...
の配列を取得する mcrypt_list_modes (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ...
>= 1.0.0) mcrypt_list_modes — サポートされる全てのモードの配列を取得する 警告 ...
数に頼らないことを強く推奨します。 説明 mcrypt_list_modes ( string $lib_dir = ini_get("mcrypt.modes_dir") ): ...
。 指定しない場合は、 php.ini ディレクティブ mcrypt.modes_dir を使用します。 戻り値 サポートするすべてのモー ...
-
https://man.plustar.jp/php/function.mcrypt-list-modes.html
- [similar]
- オープンされたモードの名前を返す 11594
- « mcrypt_enc_get_key_size mcrypt_enc_get_supported_key_sizes » PHP Manual Mcrypt 関数 オープンさ
...
れたモードの名前を返す mcrypt_enc_get_modes_name (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL m ...
crypt >= 1.0.0) mcrypt_enc_get_modes_name — オープンされたモードの名前を返す 警告 この関 ...
に頼らないことを強く推奨します。 説明 mcrypt_enc_get_modes_name ( resource $td ): string この関数はモード名を ...
名前を表す文字列を返します。 例 例1 mcrypt_enc_get_modes_name() の例 <?php $td = mcrypt_module_open ( MCRYP ...
-
https://man.plustar.jp/php/function.mcrypt-enc-get-modes-name.html
- [similar]
- Constructs EvPeriodic watcher object 10262
- « EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher
...
. パラメータ offset See Periodic watcher operation modes interval See Periodic watcher operation modes resc ...
You can pass null . See Periodic watcher operation modes callback See Watcher callbacks . data Custom data ...
r hour\n" ; }); ?> 参考 Periodic watcher operation modes EvTimer EvPeriodic::createStopped() - Create a sto ...
ード: EvPeriodic , watcher , Constructs , Periodic , modes , operation , callback , reschedule , priority , d ...
-
https://man.plustar.jp/php/evperiodic.construct.html
- [similar]
- Create a stopped EvPeriodic watcher 10193
- « EvPeriodic::__construct EvPeriodic::set » PHP Manual EvPeriodic Create a stopped EvPeriodic wa
...
. パラメータ offset See Periodic watcher operation modes interval See Periodic watcher operation modes resc ...
You can pass null . See Periodic watcher operation modes callback See Watcher callbacks . data Custom data ...
, createStopped , callback , construct , Create , modes , operation , Periodic ...
-
https://man.plustar.jp/php/evperiodic.createstopped.html
- [similar]
- 実行時設定 9647
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
更履歴 mcrypt.algorithms_dir null PHP_INI_ALL mcrypt.modes_dir null PHP_INI_ALL PHP_INI_* モードの詳細および定 ...
は mcrypt_list_algorithms() を参照ください。 mcrypt.modes_dir string モードが格納されているディレクトリ。 デ ...
/usr/local/lib/libmcrypt です。 詳細は mcrypt_list_modes() を参照ください。 関連キーワード: 設定 , 実行 , m ...
crypt , libmcrypt , 参照 , algorithms , modes , list , 格納 , local ...
-
https://man.plustar.jp/php/mcrypt.configuration.html
- [similar]
- Configures the watcher 8742
- « EvPeriodic::createStopped EvPrepare » PHP Manual EvPeriodic Configures the watcher EvPeriodic:
...
ic::__construct() . See Periodic watcher operation modes interval The same meaning as for EvPeriodic::__con ...
struct() . See Periodic watcher operation modes 戻り値 値を返しません。 関連キーワード: watcher , ...
-
https://man.plustar.jp/php/evperiodic.set.html
- [similar]
- 浮動小数点数を丸める 8247
- « rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round
...
t(100) float(0) 例3 mode の例 <?php echo 'Rounding modes with 9.5' . PHP_EOL ; var_dump ( round ( 9.5 , 0 , ...
P_ROUND_HALF_ODD )); echo PHP_EOL ; echo 'Rounding modes with 8.5' . PHP_EOL ; var_dump ( round ( 8.5 , 0 , ...
ODD )); ?> 上の例の出力は以下となります。 Rounding modes with 9.5 float(10) float(9) float(10) float(9) Rou ...
nding modes with 8.5 float(9) float(8) float(8) float(9) 例4 桁 ...
-
https://man.plustar.jp/php/function.round.html
- [similar]
- 使用するアルゴリズムおよびモードのモジュールをオープンする 7957
- « mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ
...
"" )を指定した場合、 php.ini ディレクティブ mcrypt.modes_dir に設定された値を使います。 これらが設定されてい ...
RYPT_DES , '' , MCRYPT_MODE_ECB , '/usr/lib/mcrypt-modes' ); $td = mcrypt_module_open ( 'rijndael-256' , '' ...
ィレクトリから DES 暗号化を、 そして /usr/lib/mcrypt-modes から ECB モードの オープンを試みます。2 行目の例で ...
-
https://man.plustar.jp/php/function.mcrypt-module-open.html
- [similar]
- Mcrypt 7769
- « hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順
...
ードでサポートされる最大キー長を返す mcrypt_enc_get_modes_name — オープンされたモードの名前を返す mcrypt_enc ...
ートされる全ての暗号を配列として取得する mcrypt_list_modes — サポートされる全てのモードの配列を取得する mcryp ...
-
https://man.plustar.jp/php/book.mcrypt.html
- [similar]
- Mcrypt 関数 7769
- « Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv
...
ードでサポートされる最大キー長を返す mcrypt_enc_get_modes_name — オープンされたモードの名前を返す mcrypt_enc ...
ートされる全ての暗号を配列として取得する mcrypt_list_modes — サポートされる全てのモードの配列を取得する mcryp ...
-
https://man.plustar.jp/php/ref.mcrypt.html
- [similar]