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

search for in the

mhash_keygen_s2k> <mhash_get_block_size
Last updated: Fri, 13 Nov 2009

view this page in

mhash_get_hash_name

(PHP 4, PHP 5)

mhash_get_hash_name指定したハッシュの名前を得る

説明

string mhash_get_hash_name ( int $hash )

指定した hash の名前を取得します。

パラメータ

hash

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

返り値

ハッシュの名前を返します。そのハッシュが存在しない場合は、FALSE を返します。

例1 mhash_get_hash_name() の例

<?php

echo mhash_get_hash_name(MHASH_MD5); // MD5

?>



add a note add a note User Contributed Notes
mhash_get_hash_name
There are no user contributed notes for this page.

mhash_keygen_s2k> <mhash_get_block_size
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites