Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
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";}?
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
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).
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
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.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :