diff options
| author | Andrey Hristov <andrey@php.net> | 1999-08-02 14:31:41 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-08-02 14:31:41 +0000 |
| commit | 98037c425d981f5e08bd308fd9965e5a7e72b98c (patch) | |
| tree | c94c4092f917531ca4d476fab9f2109ca37f8f7b /ext | |
| parent | b55a6c91852ec0be837e2d4ef5b03d9751305634 (diff) | |
| download | php-git-98037c425d981f5e08bd308fd9965e5a7e72b98c.tar.gz | |
Updated proto
Diffstat (limited to 'ext')
| -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; |
