Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个奇怪的strptime()功能问题。
strptime()
php 手册中不需要 php 扩展安装,它在PHP 5 >= 5.1.0中可用。我已经使用php 5.3.5在 Windows 7 上安装了 wamp 服务器。但是当我调用这个函数时,它会返回一个致命错误,上面写着function strptime is undefined. 我不明白什么是问题。win7有这个功能吗?
function strptime is undefined
win7有这个功能吗?
来自 PHP 手册
Note: This function is not implemented on Windows platforms.