downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

リソース型> <インストール手順
[edit] Last updated: Fri, 10 Feb 2012

view this page in

実行時設定

php.ini の設定により動作が変化します。

Mcrypt 設定オプション
名前 デフォルト 変更可能 変更履歴
mcrypt.algorithms_dir NULL PHP_INI_ALL  
mcrypt.modes_dir NULL PHP_INI_ALL  
PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照してください。

以下に設定ディレクティブに関する 簡単な説明を示します。

mcrypt.algorithms_dir string

アルゴリズムが格納されているディレクトリ。 デフォルトは libmcrypt をコンパイルするときに指定した場所で、通常は /usr/local/lib/libmcrypt です。 詳細は mcrypt_list_algorithms() を参照ください。

mcrypt.modes_dir string

モードが格納されているディレクトリ。 デフォルトは libmcrypt をコンパイルするときに指定した場所で、通常は /usr/local/lib/libmcrypt です。 詳細は mcrypt_list_modes() を参照ください。



add a note add a note User Contributed Notes 実行時設定
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites