From 5930a884583f29e47ba43c2773f4988a9a3f2efe Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Wed, 3 Jan 2001 08:09:08 +0000 Subject: [PATCH] Added missing -tags. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38498 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/bc.xml | 4 +++- functions/datetime.xml | 15 +++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) 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 +