mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- I moved few months ago
- Update the "olson database" example output (since I am here) - Move that not-making-any-sense version note below the table and fix the version git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293675 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3774f436d
commit
a76b4d0462
1 changed files with 6 additions and 4 deletions
|
@ -593,7 +593,6 @@ array(4) {
|
|||
which start with <literal>-</literal> to your script.
|
||||
</para>
|
||||
<para>
|
||||
Long options are available since PHP 4.3.3.
|
||||
<table>
|
||||
<title>Command line options</title>
|
||||
<tgroup cols="2">
|
||||
|
@ -1220,14 +1219,14 @@ $ php --ri date
|
|||
date
|
||||
|
||||
date/time support => enabled
|
||||
"Olson" Timezone Database Version => 2007.5
|
||||
"Olson" Timezone Database Version => 2009.20
|
||||
Timezone Database => internal
|
||||
Default timezone => Europe/Oslo
|
||||
|
||||
Directive => Local Value => Master Value
|
||||
date.timezone => Europe/Oslo => Europe/Oslo
|
||||
date.default_latitude => 59.22482 => 59.22482
|
||||
date.default_longitude => 11.018084 => 11.018084
|
||||
date.default_latitude => 59.930972 => 59.930972
|
||||
date.default_longitude => 10.776699 => 10.776699
|
||||
date.sunset_zenith => 90.583333 => 90.583333
|
||||
date.sunrise_zenith => 90.583333 => 90.583333
|
||||
]]>
|
||||
|
@ -1239,6 +1238,9 @@ date.sunrise_zenith => 90.583333 => 90.583333
|
|||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<note>
|
||||
<para>Long options are available since PHP 5.3.0.</para>
|
||||
</note>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue