update : 2015.11.03
php.shukuma.com검색:
|
mcrypt_module_self_test(PHP 4 >= 4.0.2, PHP 5) mcrypt_module_self_test — This function runs a self test on the specified module 설명
bool mcrypt_module_self_test
( string
$algorithm
[, string $lib_dir
] )This function runs the self test on the algorithm specified. 인수
반환값
The function returns 예제
Example #1 mcrypt_module_self_test() example
<?php 위 예제의 출력: bool(true) bool(false) |