mcrypt_list_algorithmsとは? わかりやすく解説

Weblio 辞書 > コンピュータ > PHP関数リファレンス > mcrypt_list_algorithmsの意味・解説 

mcrypt_list_algorithms

(PHP 4 >= 4.0.2, PHP 5)
mcrypt_list_algorithms — サポートされる全ての暗号を配列として取得する

説明

array mcrypt_list_algorithms ( [string lib_dir] )
mcrypt_list_algorithms() は、 lib_dir にあるサポートされる暗号を全て 取得するために使用します。
mcrypt_list_algorithms() はオプションの パラメータとして lib_dir をとり、全ての アルゴリズムがある場所のディレクトリを指定することが可能です。 指定されない場合には、php.ini ディレクティブ mcrypt.algorithms_dir の値が使用されます。
例 1199. mcrypt_list_algorithms() の例
<?php
   $algorithms = mcrypt_list_algorithms("/usr/local/lib/libmcrypt");

   foreach ($algorithms as $cipher) {
       echo "$cipher<br />\n";
   }
?>
上記の例は、"/usr/local/lib/libmcrypt" ディレクトリにある全ての サポートされるアルゴリズムの一覧を表示します。





英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「mcrypt_list_algorithms」の関連用語

mcrypt_list_algorithmsのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



mcrypt_list_algorithmsのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2024 by the PHP Documentation Group.

©2024 GRAS Group, Inc.RSS