Från professionella översättare, företag, webbsidor och fritt tillgängliga översättningsdatabaser.
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";}?
Senast uppdaterad: 2011-10-24
Användningsfrekvens: 1
Kvalitet:
Varning: Innehåller osynlig HTML-formatering
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).
Senast uppdaterad: 2011-10-24
Användningsfrekvens: 1
Kvalitet:
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.
Senast uppdaterad: 2011-10-24
Användningsfrekvens: 1
Kvalitet: