【问题标题】:How to view the source code for the encryption and decryption functions in php?如何查看php中加解密函数的源码? 【发布时间】:2012-04-28 23:01:03 【问题描述】: 我想查看PHP使用的各种加解密函数的源码。我该怎么做?我使用 Xampp。 【问题讨论】: 标签: php xampp mcrypt 【解决方案1】: 您从 PHP 站点下载 the source code 并检查它。 还可以在线搜索和索引:http://lxr.php.net/ 【讨论】: