Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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";}?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
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).
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: