|
mcrypt_list_algorithmsGets an array of all supported ciphers Warnung
This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged. Beschreibung
array mcrypt_list_algorithms
([ string
$lib_dir = ini_get("mcrypt.algorithms_dir")
] )
Gets the list of all supported algorithms in the
Parameter-Liste
RückgabewerteReturns an array with all the supported algorithms. Beispiele
Beispiel #1 mcrypt_list_algorithms Example
<?phpThe example above will produce a list with all supported algorithms in the "/usr/local/lib/libmcrypt" directory. |