Search Results

  1. Parameters ¶ lib_dir Specifies the directory where all algorithms are located. If not specified, the value of the mcrypt.algorithms_dir php.ini directive is used.

  2. Spécifie le dossier où les algoritjmes sont situés. Si omis, la valeur de la directive mcrypt.algorithms_dir du fichier php.ini est utilisée.

  3. Execute mcrypt_list_algorithms Online. Info and examples on mcrypt_list_algorithms PHP Function from Mcrypt - Cryptography Extensions

  4. php operating system manual for mcrypt_list_algorithms section 3 of the unix.com man page documentation.

  5. mcrypt_list_algorithms () is used to get an array of all supported algorithms in the lib_dir parameter. mcrypt_list_algorithms () takes an optional lib_dir parameter which specifies the directory where all algorithms are located. If not specifies, the value of the mcrypt.algorithms_dir php.ini directive is used.

  6. Specifies the directory where all algorithms are located. If not specified, the value of the mcrypt.algorithms_dirphp.ini directive is used.

  7. Simple usage example of `mcrypt_list_algorithms ()`. mcrypt_list_algorithms is a PHP function that retrieves an array containing the names of all the supported ciphers by the mcrypt extension. This function is handy when you need to know which encryption algorithms are available for use.