6

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?

Brett Gregson
  • 5,867
  • 3
  • 42
  • 60
Mustafa Shujaie
  • 806
  • 2
  • 10
  • 18

1 Answers1

17

Is this func available in win7?

From the PHP manual

Note: This function is not implemented on Windows platforms.
Laurence
  • 58,936
  • 21
  • 171
  • 212