[英]Is it possible to use a predefined function like openssl_decrypt without the openssl module loaded?
例如,我知道要使用 sqlite3 模块的 function query
,您需要一个带有new SQLite3()
的实例,因此需要加载模块 sqlite3。
但是对于像openssl_decrypt
这样无需实例化即可直接使用的功能,是否需要加载模块 openssl?
在没有加载模块openssl
的情况下,无法使用 function (如openssl_decrypt
),因为此类功能仅随其相应模块提供。
如果未加载模块,则这些功能将不可用。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.