mcrypt_module_get_algo_block_size
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_get_algo_block_size — Retourne la taille de blocs d'un algorithme
Description
   int mcrypt_module_get_algo_block_size
    ( string 
  $algorithm
   [, string $lib_dir
  ] )Retourne la taille de blocs d'un algorithme.
Liste de paramètres
- 
     algorithm
- 
      Le nom de l'algorithme. 
- 
     lib_dir
- 
      Le paramètre optionnel lib_dircontient le chemin jusqu'au module de l'algorithme sur le système.
Valeurs de retour
Retourne la taille de blocs d'un algorithme, en octets.
