| 
 | mcrypt_list_algorithmsGets an array of all supported ciphers Warning This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged. Description
   array mcrypt_list_algorithms
    ([ string  $lib_dir= ini_get("mcrypt.algorithms_dir")
  ] )
   Gets the list of all supported algorithms in the
    Parameters
 
 Return ValuesReturns an array with all the supported algorithms. Examples
 Example #1 mcrypt_list_algorithms Example 
<?phpThe example above will produce a list with all supported algorithms in the "/usr/local/lib/libmcrypt" directory. |