steinm Wed Feb 8 06:26:17 2006 UTC
Modified files:
/phpdoc/en/reference/paradox/functions px-timestamp2string.xml
Log:
- added explaination for passed arguments
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-timestamp2string.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/paradox/functions/px-timestamp2string.xml
diff -u phpdoc/en/reference/paradox/functions/px-timestamp2string.xml:1.2
phpdoc/en/reference/paradox/functions/px-timestamp2string.xml:1.3
--- phpdoc/en/reference/paradox/functions/px-timestamp2string.xml:1.2 Fri Jun
24 09:11:45 2005
+++ phpdoc/en/reference/paradox/functions/px-timestamp2string.xml Wed Feb
8 06:26:17 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.px-timestamp2string">
<refnamediv>
@@ -28,6 +28,7 @@
<term><parameter>pxdoc</parameter></term>
<listitem>
<para>
+ Resource identifier of the paradox database.
</para>
</listitem>
</varlistentry>
@@ -35,6 +36,8 @@
<term><parameter>value</parameter></term>
<listitem>
<para>
+ Value as stored in paradox database field of type
+ PX_FIELD_DATE, PX_FIELD_TIME, or PX_FIELD_TIMESTAMP.
</para>
</listitem>
</varlistentry>
@@ -42,6 +45,10 @@
<term><parameter>format</parameter></term>
<listitem>
<para>
+ String format similar to the format used by <function>date</function>.
+ The placeholders support by this function is a subset of those
+ supported by <function>date</function> (Y, y, m, n, d, j, H, h, G, g,
+ i, s, A, a, L).
</para>
</listitem>
</varlistentry>