실행시 설정
이 함수의 작동은 php.ini 설정에 영향을 받습니다.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| mcrypt.algorithms_dir | NULL | PHP_INI_ALL | |
| mcrypt.modes_dir | NULL | PHP_INI_ALL |
위 설정 지시어에 대한 간단한 설명입니다.
- mcrypt.algorithms_dir string
-
The directory that contains the algorithms. Defaults to the directories compiled within libmcrypt, which is typically /usr/local/lib/libmcrypt. See mcrypt_list_algorithms() for additional details.
- mcrypt.modes_dir string
-
The directory that contains the modes. Defaults to the directories compiled within libmcrypt, which is typically /usr/local/lib/libmcrypt. See mcrypt_list_modes() for additional details.
There are no user contributed notes for this page.
