reference/com/functions/variant-date-to-timestamp.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>int</type><methodname>variant_date_to_timestamp</methodname>
11
+
<type class="union"><type>int</type><type>null</type></type><methodname>variant_date_to_timestamp</methodname>
12
12
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -35,7 +35,7 @@
35
35
<refsect1 role="returnvalues">
36
36
&reftitle.returnvalues;
37
37
<para>
38
-
Returns a unix timestamp.
38
+
Returns a unix timestamp, or &null; on failure.
39
39
</para>
40
40
</refsect1>
41
41
<refsect1 role="seealso">
...
...
@@ -49,7 +49,6 @@
49
49
</para>
50
50
</refsect1>
51
51
</refentry>
52
-

53
52
<!-- Keep this comment at the end of the file
54
53
Local variables:
55
54
mode: sgml
56
55