在 PHP 5.4.x 中过时的特性

过时的函数:

add a note

User Contributed Notes 1 note

up
0
HappyDog
5 months ago
Actually, it appears that  mcrypt_generic_end() was deprecated in PHP 5.3, not PHP 5.4 (based on what ReflectionFunction::isDeprecated() reports in PHP 5.3, and also the documentation page for the function).