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

search for in the

mcrypt_module_is_block_mode> <mcrypt_module_is_block_algorithm_mode
[edit] Last updated: Fri, 17 May 2013

view this page in

mcrypt_module_is_block_algorithm

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_algorithmEsta función chequea si el algoritmo especificado es un algoritmo por bloques

Descripción

bool mcrypt_module_is_block_algorithm ( string $algorithm [, string $lib_dir ] )

Esta función devuelve TRUE si el algoritmo especificado es un algoritmo por bloques, o FALSE si es uno de flujo.

Parámetros

algorithm

El algoritmo a chequear.

lib_dir

El parámetro opcional lib_dir puede contener la ubicación donde el módulo de algoritmos se encuentra dentro del sistema.

Valores devueltos

Esta función devuelve TRUE si el algoritmo especificado es un algoritmo por bloques, o FALSE si es uno de flujo.



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

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