De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
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";}?
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
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).
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: