Revert back to 1.6

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130466 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
John Coggeshall 2003-06-06 19:47:18 +00:00
parent a27ccc57c8
commit dd1cc5301a

View file

@ -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.2 -->
<refentry id="function.implode">
<refnamediv>
@ -10,13 +10,22 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>implode</methodname>
<methodparam choice="opt">
<methodparam>
<type>string</type><parameter>glue</parameter>
</methodparam>
<methodparam>
<type>array</type><parameter>pieces</parameter>
</methodparam>
</methodsynopsis>
<methodsynopsis>
<type>string</type><methodname>implode</methodname>
<methodparam>
<type>array</type><parameter>pieces</parameter>
</methodparam>
<methodparam choice="opt">
<type>string</type><parameter>glue</parameter>
</methodparam>
</methodsynopsis>
<para>
Returns a string containing a string representation of all the
array elements in the same order, with the glue string between