|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-02 18:40 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Aug 22 14:00:02 2026 UTC |
Description: ------------ The document of strptime() function using the following define: array strptime ( string timestamp, string format ) timestamp (string) A timestamp (e.g. returned from strftime()) However, "timestamp" here is not actually a timestamp(seconds since Unix Epoch). It's a string value likely returned from strftime(). Maybe changing "timestamp" to another less confusing word is a good idea.