mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Removed the "you" word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260482 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9f2c0d9b7a
commit
3aed8005cd
6 changed files with 15 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<reference xml:id="class.splenum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The SplEnum class</title>
|
||||
<titleabbrev>SplEnum</titleabbrev>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<section xml:id="splenum.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
SplEnum gives you the ability to emulate and create "Enum" objects natively in PHP.
|
||||
SplEnum gives the ability to emulate and create "Enum" objects natively in PHP.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="splenum.construct" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SplEnum::__construct</refname>
|
||||
|
@ -26,8 +26,8 @@
|
|||
<term><parameter>input</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The <parameter>input</parameter> parameter accepts an <type>enumeger</type>
|
||||
It will throw an UnexpectedValueException if you pass anything else.
|
||||
The <parameter>input</parameter> parameter accepts an <type>integer</type>
|
||||
and will throw an UnexpectedValueException if anything else is passed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,8 +35,8 @@
|
|||
<term><parameter>strict</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is a <type>boolean</type> to indicate if you want the object to
|
||||
be strict or not. If it's value can be changed or not.
|
||||
A <type>boolean</type> variable to indicate wether the object's
|
||||
strictness should be set or not.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference xml:id="class.splfloat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The SplFloat class</title>
|
||||
<titleabbrev>SplFloat</titleabbrev>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<section xml:id="splfloat.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
The SplFloat class is used to enforce strong typing of the float type. By instantiating this
|
||||
class, you insure that your variable is a float and will remain a float.
|
||||
The SplFloat class is used to enforce strong typing of the float type.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="splfloat.construct" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SplFloat::__construct</refname>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The <parameter>input</parameter> parameter accepts a <type>float</type>
|
||||
or an <type>integer</type>. If you pass an integer, it will be converted
|
||||
or an <type>integer</type>. If an <type>integer</type> is passed, it will be converted
|
||||
to <type>float</type>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference xml:id="class.splint" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The SplInt class</title>
|
||||
<titleabbrev>SplInt</titleabbrev>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<section xml:id="splint.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
The SplInt class is used to enforce strong typing of the integer type. By instantiating this
|
||||
class, you insure that your variable is an integer and will remain an integer.
|
||||
The SplInt class is used to enforce strong typing of the integer type.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="splint.construct" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SplInt::__construct</refname>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The <parameter>input</parameter> parameter accepts an <type>integer</type>
|
||||
It will throw an UnexpectedValueException if you pass anything else.
|
||||
An UnexpectedValueException Exception will be thrown if anything is passed.
|
||||
</para>
|
||||
</listitem>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue