Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 ">

mcrypt_get_block_size

(PHP 3>= 3.0.8, PHP 4 )

mcrypt_get_block_size -- Retourne la taille de blocs d'un chiffrement.

Description

int mcrypt_get_block_size ( int cipher)

int mcrypt_get_block_size ( string cipher, string module)

mcrypt_get_block_size() sert à lire la taille de blocs du chiffrement cipher.

mcrypt_get_block_size() prend comme argument le chiffrement cipher et retourne une taille en octets.

Voir aussi : mcrypt_get_key_size().