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

search for in the

mhash_get_hash_name> <mhash_count
Last updated: Fri, 09 Jan 2009

view this page in

mhash_get_block_size

(PHP 4, PHP 5)

mhash_get_block_size指定したハッシュのブロックサイズを得る

説明

int mhash_get_block_size ( int $hash )

指定した hash のブロックサイズを取得します。

パラメータ

hash

ハッシュ ID。MHASH_XXX 定数のいずれかを指定します。

返り値

サイズをバイト数で返します。hash が存在しない場合は FALSE を返します。

例1 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
There are no user contributed notes for this page.

mhash_get_hash_name> <mhash_count
Last updated: Fri, 09 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites