mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Constant descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282583 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e794a21ed9
commit
53fa53d38f
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section xml:id="pdo-firebird.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&pdo.driver-constants;
|
||||
|
@ -13,6 +13,9 @@
|
|||
<para>
|
||||
Available since PHP 5.3.0.
|
||||
</para>
|
||||
<para>
|
||||
Sets the date format.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -21,6 +24,9 @@
|
|||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the time format.
|
||||
</para>
|
||||
<para>
|
||||
Available since PHP 5.3.0.
|
||||
</para>
|
||||
|
@ -32,6 +38,9 @@
|
|||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the timestamp format.
|
||||
</para>
|
||||
<para>
|
||||
Available since PHP 5.3.0.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue