Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

strptime() function is undefined [closed]

I have a strange problem with strptime() function.

There is no php extension installation required in php manual and it is available in PHP 5 >= 5.1.0. I have installed wamp server on windows seven with php 5.3.5. but when I call this function it returns a fatal error which says function strptime is undefined. I can't understand what is problem. Is this func available in win7?

like image 382
Mustafa Shujaie Avatar asked Dec 22 '12 13:12

Mustafa Shujaie


1 Answers

Is this func available in win7?

From the PHP manual

Note: This function is not implemented on Windows platforms.
like image 170
Laurence Avatar answered Nov 18 '22 03:11

Laurence