ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en language-snippets.ent
by Philip Olson other posts by this author
Jul 10 2006 11:59PM messages near this date
[PHP-DOC] cvs: phpdoc /en language-snippets.ent | [PHP-DOC] Re: CHM build machine - Was[2]: [PHP-DOC] #34026 [Ver->Opn]: Polish CHM is corrupted
philip		Tue Jul 11 06:58:55 2006 UTC

  Modified files:              
    /phpdoc/en	language-snippets.ent 
  Log:
  Renamed note.timezone-errors to date.timezone-errors, removed <note>  so it's "new doc styl
e" friendly, and added date.timestamp.description for use in the new doc style parameter lis
t refsect1 for ext.datetime.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.169&r2=1.170&diff_format=
u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.169 phpdoc/en/language-snippets.ent:1.170
--- phpdoc/en/language-snippets.ent:1.169	Sat Jul  1 22:28:52 2006
+++ phpdoc/en/language-snippets.ent	Tue Jul 11 06:58:55 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.169 $ --> 
+<!-- $Revision: 1.170 $ --> 
 <!-- Keep 'em sorted --> 
 
 
@@ -72,14 +72,6 @@
 etc. have  been available.  For more information, read the manual section 
 on &link.superglobals;</para> </note>'>
 
-<!ENTITY note.timezone-errors '<note> <para>
-Since PHP 5.1.0 (when the date/time functions were rewritten), every call
-to a date/time function will generate a <constant> E_NOTICE</constant> if
-the timezone is not valid, and/or a <constant> E_STRICT</constant> message
-if using the system settings or the <varname> TZ</varname> environment
-variable. See also <function> date_default_timezone_set</function>
-</para> </note>'>
-
 <!ENTITY note.uses-ob '<note> <para>This function internally uses the
 output buffering with this parameter so it can not be used inside
 <function> ob_start</function> callback function.</para></note>'>
@@ -230,6 +222,22 @@
 
 <!ENTITY note.gd.2 '<note> <simpara>This function requires GD 2.0.1 or later (2.0.28 or late
r is recommended).</simpara> </note>'>
 
+<!-- Date and time entities --> 
+<!ENTITY date.timezone.errors '
+Every call to a date/time function will generate a <constant> E_NOTICE</constant> if
+the timezone is not valid, and/or a <constant> E_STRICT</constant> message
+if using the system settings or the <varname> TZ</varname> environment
+variable. See also <function> date_default_timezone_set</function>
+'> 
+
+<!ENTITY date.timestamp.description '
+<varlistentry> <term><parameter>timestamp</parameter></term><listitem><para>
+The optional <parameter> timestamp</parameter> parameter is an 
+<type> integer</type> Unix timestamp that defaults to the current
+local time if a <parameter> timestamp</parameter> is not given. In other 
+words, it defaults to the value of <function> time</function>. 
+</para> </listitem></varlistentry>'>
+
 <!-- DomXml Notes --> 
 <!ENTITY node.inserted 'This node will not show up in the document unless it
 is inserted with e.g. <function> domnode_append_child</function>.'>
Thread:
Philip Olson
Michael Wallner
Philip Olson

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved