downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mcrypt_enc_self_test> <mcrypt_enc_is_block_algorithm
[edit] Last updated: Fri, 17 May 2013

view this page in

mcrypt_enc_is_block_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_enc_is_block_modeChequea si el modo abierto retorna bloques

Descripción

bool mcrypt_enc_is_block_mode ( resource $td )

Dice si el modo abierto retorna bloques (por ej., TRUE para cbc y ecb, y FALSE para cfb y stream).

Parámetros

td

El descriptor de cifrado.

Valores devueltos

Devuelve TRUE si el modo retorna bloques de bytes, o FALSE si retorna solo bytes.



add a note add a note User Contributed Notes mcrypt_enc_is_block_mode - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites