mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove double article
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184768 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8c8679501c
commit
147c065529
14 changed files with 28 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.85 $ -->
|
||||
<!-- $Revision: 1.86 $ -->
|
||||
<chapter id="language.operators">
|
||||
<title>Operators</title>
|
||||
<simpara>
|
||||
|
@ -307,7 +307,7 @@ $a = $b += 3; // $a = ($b += 3) -> $a = 5, $b = 5
|
|||
<simpara>
|
||||
The basic assignment operator is "=". Your first inclination might
|
||||
be to think of this as "equal to". Don't. It really means that the
|
||||
the left operand gets set to the value of the expression on the
|
||||
left operand gets set to the value of the expression on the
|
||||
rights (that is, "gets set to").
|
||||
</simpara>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.array-multisort">
|
||||
<refnamediv>
|
||||
|
@ -203,7 +203,7 @@ $data[] = array('volume' => 67, 'edition' => 7);
|
|||
</para>
|
||||
<para>
|
||||
We have an array of rows, but <function>array_multisort</function>
|
||||
requires an array of columns, so we use the the below code to obtain the
|
||||
requires an array of columns, so we use the below code to obtain the
|
||||
columns, then perform the sorting.
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
|
||||
<refentry id="function.bcompiler-write-exe-footer">
|
||||
<refnamediv>
|
||||
<refname>bcompiler_write_exe_footer</refname>
|
||||
<refpurpose>Writes the the start pos, and sig to the end of a exe type file</refpurpose>
|
||||
<refpurpose>Writes the start pos, and sig to the end of a exe type file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
|
||||
<refentry id="function.bcompiler-write-footer">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Writes the a single character \x00 to indicate End of compiled data.
|
||||
Writes the single character \x00 to indicate End of compiled data.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>bcompiler_write_footer</function> example</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.curl-setopt">
|
||||
<refnamediv>
|
||||
|
@ -1019,7 +1019,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<parameter>value</parameter> should be a string that is the name of a valid
|
||||
callback function for the the following values of the
|
||||
callback function for the following values of the
|
||||
<parameter>option</parameter> parameter:
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.dom-domdocument-schemavalidate">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument->schemaValidate()</refname>
|
||||
|
@ -17,7 +17,7 @@
|
|||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Validates a document based on a the given schema file.
|
||||
Validates a document based on the given schema file.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.ftp-size">
|
||||
<refnamediv>
|
||||
<refname>ftp_size</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ftp_size</function> returns the size of a the given file in
|
||||
<function>ftp_size</function> returns the size of the given file in
|
||||
bytes.
|
||||
</para>
|
||||
<note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.18 -->
|
||||
<refentry id="function.phpcredits">
|
||||
<refnamediv>
|
||||
|
@ -99,7 +99,7 @@ phpcredits(CREDITS_ALL - CREDITS_FULLPAGE);
|
|||
<entry>CREDITS_FULLPAGE</entry>
|
||||
<entry>
|
||||
Usually used in combination with the other flags. Indicates
|
||||
that the a complete stand-alone HTML page needs to be
|
||||
that a complete stand-alone HTML page needs to be
|
||||
printed including the information indicated by the other
|
||||
flags.
|
||||
</entry>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.PDOStatement-bindParam">
|
||||
<refnamediv>
|
||||
<refname>PDOStatement::bindParam</refname>
|
||||
<refpurpose>
|
||||
Binds a parameter to a the specified variable name
|
||||
Binds a parameter to the specified variable name
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
|
||||
<refentry id="function.printer-set-option">
|
||||
<refnamediv>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<parameter>PRINTER_PAPER_FORMAT</parameter>:
|
||||
specifies the a predefined paper format, set <parameter>value</parameter>
|
||||
specifies a predefined paper format, set <parameter>value</parameter>
|
||||
to PRINTER_FORMAT_CUSTOM if you want to specify a custom format with
|
||||
PRINTER_PAPER_WIDTH and PRINTER_PAPER_LENGTH. <parameter>value</parameter>
|
||||
can be one of the following constants.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.msg-send">
|
||||
<refnamediv>
|
||||
<refname>msg_send</refname>
|
||||
|
@ -20,7 +20,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>msg_send</function> sends a <parameter>message</parameter> of type
|
||||
<parameter>msgtype</parameter> (which MUST be greater than 0) to a
|
||||
<parameter>msgtype</parameter> (which MUST be greater than 0) to
|
||||
the message queue specified by <parameter>queue</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.money-format">
|
||||
<refnamediv>
|
||||
<refname>money_format</refname>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<term><literal>=</literal><replaceable>f</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The character <literal>=</literal> followed by a a (single byte)
|
||||
The character <literal>=</literal> followed by a (single byte)
|
||||
character <replaceable>f</replaceable> to be used as the numeric fill
|
||||
character. The default fill character is space.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.stripos">
|
||||
<refnamediv>
|
||||
<refname>stripos</refname>
|
||||
|
@ -68,7 +68,7 @@ if ($pos2 !== false) {
|
|||
The optional <parameter>offset</parameter> parameter allows you
|
||||
to specify which character in <parameter>haystack</parameter> to
|
||||
start searching. The position returned is still relative to the
|
||||
the beginning of <parameter>haystack</parameter>.
|
||||
beginning of <parameter>haystack</parameter>.
|
||||
</para>
|
||||
|
||||
¬e.bin-safe;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.strpos">
|
||||
<refnamediv>
|
||||
|
@ -66,7 +66,7 @@ $pos = strpos($newstring, 'a', 1); // $pos = 7, not 0
|
|||
The optional <parameter>offset</parameter> parameter allows you
|
||||
to specify which character in <parameter>haystack</parameter> to
|
||||
start searching. The position returned is still relative to the
|
||||
the beginning of <parameter>haystack</parameter>.
|
||||
beginning of <parameter>haystack</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>strrpos</function>,
|
||||
|
|
Loading…
Reference in a new issue