전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
the above example will produce a list with all supported algorithms in the "/usr/local/lib/libmcrypt" directory.
?php $algorithms = mcrypt_list_algorithms ("/ usr / local / lib / libmcrypt"); foreach ($algorithms as $cipher) {echo $cipher ." / n";}?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
this function returns 1 if the mode is for use with block algorithms, otherwise it returns 0. (eg. 0 for stream, and 1 for cbc, cfb, ofb).
0 for stream, and 1 for cbc, cfb, ofb).
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
lib_dir. mcrypt_list_algorithms() takes as optional parameter a directory which specifies the directory where all algorithms are located. if not specifies, the value of the mcrypt.algorithms_dir php.ini directive is used.
lib_dir. mcrypt_list_algorithms() takes as optional parameter a directory which specifies the directory where all algorithms are located.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: