victor Sun Mar 2 08:03:22 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions join.xml strchr.xml
Log:
Incorrectly formatted function alias - fixed
Index: phpdoc/en/reference/strings/functions/join.xml
diff -u phpdoc/en/reference/strings/functions/join.xml:1.2
phpdoc/en/reference/strings/functions/join.xml:1.3
--- phpdoc/en/reference/strings/functions/join.xml:1.2 Wed Apr 17 02:44:16 2002
+++ phpdoc/en/reference/strings/functions/join.xml Sun Mar 2 08:03:17 2003
@@ -1,26 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.join">
<refnamediv>
<refname>join</refname>
- <refpurpose>Join array elements with a string</refpurpose>
+ <refpurpose>Alias for <function>implode</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>string</type><methodname>join</methodname>
- <methodparam><type>string</type><parameter>glue</parameter></methodparam>
- <methodparam><type>array</type><parameter>pieces</parameter></methodparam>
- </methodsynopsis>
- <simpara>
- <function>join</function> is an alias to
- <function>implode</function>, and is identical in every way.
- </simpara>
- <simpara>
- See also <function>explode</function>, <function>implode</function>,
- and <function>split</function>.
- </simpara>
+ <para>
+ This function is an alias of <function>implode</function>.
+ </para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/strings/functions/strchr.xml
diff -u phpdoc/en/reference/strings/functions/strchr.xml:1.2
phpdoc/en/reference/strings/functions/strchr.xml:1.3
--- phpdoc/en/reference/strings/functions/strchr.xml:1.2 Wed Apr 17 02:44:22
2002
+++ phpdoc/en/reference/strings/functions/strchr.xml Sun Mar 2 08:03:18 2003
@@ -1,23 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strchr">
<refnamediv>
<refname>strchr</refname>
- <refpurpose>
- Find the first occurrence of a character
- </refpurpose>
+ <refpurpose>Alias for <function>strstr</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>string</type><methodname>strchr</methodname>
- <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
- <methodparam><type>string</type><parameter>needle</parameter></methodparam>
- </methodsynopsis>
<para>
- This function is an alias for <function>strstr</function>, and is
- identical in every way.
+ This function is an alias of <function>strstr</function>.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php