2014-09-05 07:44:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:37:21 +00:00
|
|
|
<!-- $Revision$ -->
|
2008-12-10 01:21:35 +00:00
|
|
|
<section xml:id="pdo-firebird.constants" xmlns="http://docbook.org/ns/docbook">
|
|
|
|
&reftitle.constants;
|
|
|
|
&pdo.driver-constants;
|
|
|
|
<variablelist>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="pdo.constants.fb-attr-date-format">
|
2008-12-10 01:21:35 +00:00
|
|
|
<term>
|
|
|
|
<constant>PDO::FB_ATTR_DATE_FORMAT</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2008-12-10 01:21:35 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2009-06-22 15:39:15 +00:00
|
|
|
<para>
|
|
|
|
Sets the date format.
|
|
|
|
</para>
|
2008-12-10 01:21:35 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="pdo.constants.fb-attr-time-format">
|
2008-12-10 01:21:35 +00:00
|
|
|
<term>
|
|
|
|
<constant>PDO::FB_ATTR_TIME_FORMAT</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2008-12-10 01:21:35 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2009-06-22 15:39:15 +00:00
|
|
|
<para>
|
|
|
|
Sets the time format.
|
|
|
|
</para>
|
2008-12-10 01:21:35 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="pdo.constants.fb-attr-timestamp-format">
|
2008-12-10 01:21:35 +00:00
|
|
|
<term>
|
|
|
|
<constant>PDO::FB_ATTR_TIMESTAMP_FORMAT</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2008-12-10 01:21:35 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
2009-06-22 15:39:15 +00:00
|
|
|
<para>
|
|
|
|
Sets the timestamp format.
|
|
|
|
</para>
|
2008-12-10 01:21:35 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2008-12-10 01:21:35 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|