diff options
-rw-r--r-- | ext/standard/datetime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 8598a1a4fc..e8adab84c0 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -557,7 +557,8 @@ PHP_FUNCTION(strftime) } #endif -/* {{{ proto int strtotime(string time, int now) */ +/* {{{ proto int strtotime(string time, int now) + Convert string representation of date and time to a timestamp */ PHP_FUNCTION(strtotime) { pval *timep, *nowp; |