mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix the docs format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256634 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0fb10b826e
commit
c0b2463507
18 changed files with 36 additions and 91 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::create</refname>
|
||||
|
@ -24,10 +24,8 @@
|
|||
<para>
|
||||
Object oriented style (constructor)
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter::__construct</classname></ooclass>
|
||||
<constructorsynopsis>
|
||||
<methodname>__construct</methodname>
|
||||
<methodname>DateFormatter::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>datetype</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>timetype</parameter></methodparam>
|
||||
|
@ -35,7 +33,6 @@
|
|||
<methodparam choice='opt'><type>integer</type><parameter>calendar</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
</constructorsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.format" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::format</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>format</methodname>
|
||||
<type>string</type><methodname>DateFormatter::format</methodname>
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.getcalendar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getCalendar</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>integer</type><methodname>getCalendar</methodname>
|
||||
<type>integer</type><methodname>DateFormatter::getCalendar</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.getdatetype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getDateType</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>integer</type><methodname>getDateType</methodname>
|
||||
<type>integer</type><methodname>DateFormatter::getDateType</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getErrorCode</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>integer</type><methodname>getErrorCode</methodname>
|
||||
<type>integer</type><methodname>DateFormatter::getErrorCode</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getErrorMessage</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>getErrorMessage</methodname>
|
||||
<type>string</type><methodname>DateFormatter::getErrorMessage</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.getlocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getLocale</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>getLocale</methodname>
|
||||
<type>string</type><methodname>DateFormatter::getLocale</methodname>
|
||||
<methodparam choice='opt'><type>integer</type><parameter>which</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.getpattern" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getPattern</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>getPattern</methodname>
|
||||
<type>string</type><methodname>DateFormatter::getPattern</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.gettimetype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getTimeType</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>integer</type><methodname>getTimeType</methodname>
|
||||
<type>integer</type><methodname>DateFormatter::getTimeType</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.gettimezoneid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::getTimeZoneId</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>getTimeZoneId</methodname>
|
||||
<type>string</type><methodname>DateFormatter::getTimeZoneId</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.islenient" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::isLenient</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>isLenient</methodname>
|
||||
<type>boolean</type><methodname>DateFormatter::isLenient</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry xml:id="dateformatter.localtime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::localtime</refname>
|
||||
|
@ -11,14 +11,11 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>localtime</methodname>
|
||||
<type>array</type><methodname>DateFormatter::localtime</methodname>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry xml:id="dateformatter.parse" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::parse</refname>
|
||||
|
@ -11,14 +11,11 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>integer</type><methodname>parse</methodname>
|
||||
<type>integer</type><methodname>DateFormatter::parse</methodname>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.setcalendar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::setCalendar</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>setCalendar</methodname>
|
||||
<type>boolean</type><methodname>DateFormatter::setCalendar</methodname>
|
||||
<methodparam><type>integer</type><parameter>which</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.setlenient" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::setLenient</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>setLenient</methodname>
|
||||
<type>boolean</type><methodname>DateFormatter::setLenient</methodname>
|
||||
<methodparam><type>boolean</type><parameter>lenient</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.setpattern" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::setPattern</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>setPattern</methodname>
|
||||
<type>boolean</type><methodname>DateFormatter::setPattern</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="dateformatter.settimezoneid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateFormatter::setTimeZoneId</refname>
|
||||
|
@ -11,13 +11,10 @@
|
|||
<para>
|
||||
Object oriented style
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>DateFormatter</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>setTimeZoneId</methodname>
|
||||
<type>boolean</type><methodname>DateFormatter::setTimeZoneId</methodname>
|
||||
<methodparam><type>string</type><parameter>zone</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="numberformatter.create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>NumberFormatter::create</refname>
|
||||
|
@ -34,16 +34,12 @@
|
|||
<para>
|
||||
Object oriented style (constructor):
|
||||
</para>
|
||||
<classsynopsis>
|
||||
<ooclass>
|
||||
<classname>NumberFormatter</classname> </ooclass>
|
||||
<constructorsynopsis>
|
||||
<methodname>__construct</methodname>
|
||||
<methodname>NumberFormatter::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>style</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
</constructorsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Creates a number formatter.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue