mcrypt_list_algorithms サポートされる全ての暗号を配列として取得する &warn.deprecated.function-7-1-0.removed-7-2-0; &reftitle.description; arraymcrypt_list_algorithms stringlib_dirini_get("mcrypt.algorithms_dir") lib_dir パラメータにあるサポートするすべてのアルゴリズムの一覧を取得します。 &reftitle.parameters; lib_dir すべてのアルゴリズムが存在するディレクトリを指定します。 指定しない場合は、&php.ini; の mcrypt.algorithms_dir ディレクティブを使用します。 &reftitle.returnvalues; サポートするすべてのアルゴリズムを配列で返します。 &reftitle.examples; <function>mcrypt_list_algorithms</function> の例 ]]> &example.outputs.similar; cast-128 [1] => gost [2] => rijndael-128 [3] => twofish [4] => arcfour [5] => cast-256 [6] => loki97 [7] => rijndael-192 [8] => saferplus [9] => wake [10] => blowfish-compat [11] => des [12] => rijndael-256 [13] => serpent [14] => xtea [15] => blowfish [16] => enigma [17] => rc2 [18] => tripledes ) ]]>