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で利用できます。Windows 7 にphp 5.3.5で wamp サーバーをインストールしました。しかし、この関数を呼び出すと、致命的なエラーが返されますfunction strptime is undefined。何が問題なのか理解できません。この関数はwin7で利用できますか?
function strptime is undefined
この関数はwin7で利用できますか?
PHPのマニュアルより
Note: This function is not implemented on Windows platforms.