diff --git a/functions/bc.xml b/functions/bc.xml
index 654ea01cfd..52265e1fcc 100644
--- a/functions/bc.xml
+++ b/functions/bc.xml
@@ -232,7 +232,9 @@
string bcsqrt
string operand
- int scale
+ int
+ scale
+
diff --git a/functions/datetime.xml b/functions/datetime.xml
index 2a5f6753b9..8d8e82599a 100644
--- a/functions/datetime.xml
+++ b/functions/datetime.xml
@@ -271,12 +271,15 @@ $nextyear = mktime (0,0,0,date("m"), date("d"), date("Y")+1);
array getdate
- int timestamp
+ int
+ timestamp
+
Returns an associative array containing the date information of
- the timestamp as the following array
+ the timestamp, or the current local time if
+ no timestamp is given, as the following array
elements:
@@ -388,7 +391,9 @@ $nextyear = mktime (0,0,0,date("m"), date("d"), date("Y")+1);
string gmdate
string format
- int timestamp
+ int
+ timestamp
+
@@ -452,7 +457,9 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998));
string gmstrftime
string format
- int timestamp
+ int
+ timestamp
+