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

search for in the

mhash_get_hash_name> <mhash_count
[edit] Last updated: Fri, 24 May 2013

view this page in

mhash_get_block_size

(PHP 4, PHP 5)

mhash_get_block_sizeToma el tamaño de bloque del algoritmo hash especificado

Descripción

int mhash_get_block_size ( int $hash )

Toma el tamaño de bloque del algoritmo hash especificado.

Parámetros

hash

El ID de hash. Una de las constantes MHASH_hashname.

Valores devueltos

Devuelve el tamaño en bytes o FALSE si el algoritmo hash pasado no existe.

Ejemplos

Ejemplo #1 Ejemplo de mhash_get_block_size()

<?php

echo mhash_get_block_size(MHASH_MD5); // 16

?>



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

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