1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Sterling, only one line for the short descritption, even it is massiv.

This commit is contained in:
Egon Schmid
2000-03-28 20:47:47 +00:00
parent 74d30dff7b
commit 1a8dfac59d

View File

@@ -459,10 +459,8 @@ PHP_FUNCTION(gmdate)
}
/* }}} */
/* {{{ proto array localtime([int timestamp[, bool associative_array]])
Returns the results of the C system call localtime as an associative array
if the associative_array argument is set to 1 other wise it is a regular
array. */
/* {{{ proto array localtime([int timestamp [, bool associative_array]])
Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array */
PHP_FUNCTION(localtime)
{
zval **timestamp_arg, **assoc_array_arg;