mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-27 18:53:21 +02:00
1cc0c7176e
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@191905 c90b9560-bf6c-de11-be94-00142212c4b1
147 lines
3.5 KiB
XML
147 lines
3.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- EN-Revision: 1.4 Maintainer: yannick Status: ready -->
|
|
<section id="datetime.configuration">
|
|
&reftitle.runtime;
|
|
&extension.runtime;
|
|
<para>
|
|
<table>
|
|
<title>Options de configurations Date/Heure</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
&ini.table.top;
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>date.default_latitude</entry>
|
|
<entry>"31.7667"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible depuis &php; 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>date.default_longitude</entry>
|
|
<entry>"35.2333"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible depuis &php; 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>date.sunrise_zenith</entry>
|
|
<entry>"90.83"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible depuis &php; 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>date.sunset_zenith</entry>
|
|
<entry>"90.83"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible depuis &php; 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>date.timezone</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible depuis &php; 5.1.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
&ini.php.constants;
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry id="ini.date.default-latitude">
|
|
<term>
|
|
<parameter>date.default_latitude</parameter>
|
|
<type>float</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
La latitude par défaut.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ini.date.default-longitude">
|
|
<term>
|
|
<parameter>date.default_longitude</parameter>
|
|
<type>float</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
La longitude par défaut.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ini.date.sunrise-zenith">
|
|
<term>
|
|
<parameter>date.sunrise_zenith</parameter>
|
|
<type>float</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
L'heure de lever du soleil par défaut.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ini.date.sunset-zenith">
|
|
<term>
|
|
<parameter>date.sunset_zenith</parameter>
|
|
<type>float</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
L'heure du coucher du soleil par défaut.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ini.date.timezone">
|
|
<term>
|
|
<parameter>date.timezone</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Le décalage horaire utilisé par toutes les fonctions date/heure si la variable
|
|
d'environnement <varname>TZ</varname> n'est pas définie.
|
|
L'ordre de priorité est décrit dans la page
|
|
<function>date_default_timezone_get</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Les quatres premières options de configuration sont actuellement utilisées
|
|
uniquement par les fonction <function>date_sunrise</function>
|
|
et <function>date_sunset</function>.
|
|
</simpara>
|
|
</note>
|
|
</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
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
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
|
|
--> |