]> granicus.if.org Git - php/commitdiff
Sterling, only one line for the short descritption, even it is massiv.
authorEgon Schmid <eschmid@php.net>
Tue, 28 Mar 2000 20:47:47 +0000 (20:47 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 28 Mar 2000 20:47:47 +0000 (20:47 +0000)
ext/standard/datetime.c

index 35bd27e85d8e1e95806f5fbce559126795465bb6..76eaf70890c091b5616016ed8e0187cb9cc4e7c2 100644 (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;