philip Fri Jul 25 12:38:56 2003 EDT
Modified files:
/phpdoc/en/reference/array/functions array-count-values.xml
array-fill.xml
array-key-exists.xml
array-merge.xml array-pad.xml
array-rand.xml
array-reduce.xml
array-search.xml
array-slice.xml in-array.xml
range.xml
Log:
Added see also's.
Index: phpdoc/en/reference/array/functions/array-count-values.xml
diff -u phpdoc/en/reference/array/functions/array-count-values.xml:1.8
phpdoc/en/reference/array/functions/array-count-values.xml:1.9
--- phpdoc/en/reference/array/functions/array-count-values.xml:1.8 Mon Jun 16
08:03:39 2003
+++ phpdoc/en/reference/array/functions/array-count-values.xml Fri Jul 25 12:38:56
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-count-values">
<refnamediv>
@@ -42,6 +42,12 @@
]]>
</screen>
</example>
+ </para>
+ <para>
+ See also <function>count</function>,
+ <function>array_unique</function>,
+ <function>array_values</function>, and
+ <function>count_chars</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-fill.xml
diff -u phpdoc/en/reference/array/functions/array-fill.xml:1.8
phpdoc/en/reference/array/functions/array-fill.xml:1.9
--- phpdoc/en/reference/array/functions/array-fill.xml:1.8 Mon Jun 16 08:03:39
2003
+++ phpdoc/en/reference/array/functions/array-fill.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-fill">
<refnamediv>
@@ -50,6 +50,10 @@
]]>
</screen>
</example>
+ </para>
+ <para>
+ See also <function>str_repeat</function> and
+ <function>range</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-key-exists.xml
diff -u phpdoc/en/reference/array/functions/array-key-exists.xml:1.6
phpdoc/en/reference/array/functions/array-key-exists.xml:1.7
--- phpdoc/en/reference/array/functions/array-key-exists.xml:1.6 Fri May 30
14:12:53 2003
+++ phpdoc/en/reference/array/functions/array-key-exists.xml Fri Jul 25 12:38:56
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.119 -->
<refentry id="function.array-key-exists">
<refnamediv>
@@ -41,7 +41,9 @@
</simpara>
</note>
<para>
- See also <function>isset</function>.
+ See also <function>isset</function>,
+ <function>array_keys</function>, and
+ <function>in_array</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-merge.xml
diff -u phpdoc/en/reference/array/functions/array-merge.xml:1.9
phpdoc/en/reference/array/functions/array-merge.xml:1.10
--- phpdoc/en/reference/array/functions/array-merge.xml:1.9 Mon Jun 16 08:03:39
2003
+++ phpdoc/en/reference/array/functions/array-merge.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-merge">
<refnamediv>
@@ -113,7 +113,8 @@
</para>
</note>
<para>
- See also <function>array_merge_recursive</function>.
+ See also <function>array_merge_recursive</function> and
+ <function>array_combine</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-pad.xml
diff -u phpdoc/en/reference/array/functions/array-pad.xml:1.5
phpdoc/en/reference/array/functions/array-pad.xml:1.6
--- phpdoc/en/reference/array/functions/array-pad.xml:1.5 Fri May 30 14:12:53
2003
+++ phpdoc/en/reference/array/functions/array-pad.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-pad">
<refnamediv>
@@ -47,6 +47,10 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also <function>array_fill</function> and
+ <function>range</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-rand.xml
diff -u phpdoc/en/reference/array/functions/array-rand.xml:1.6
phpdoc/en/reference/array/functions/array-rand.xml:1.7
--- phpdoc/en/reference/array/functions/array-rand.xml:1.6 Fri May 30 15:48:38
2003
+++ phpdoc/en/reference/array/functions/array-rand.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.13 -->
<refentry id="function.array-rand">
<refnamediv>
@@ -46,6 +46,9 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also <function>shuffle</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-reduce.xml
diff -u phpdoc/en/reference/array/functions/array-reduce.xml:1.6
phpdoc/en/reference/array/functions/array-reduce.xml:1.7
--- phpdoc/en/reference/array/functions/array-reduce.xml:1.6 Fri May 30 14:12:53
2003
+++ phpdoc/en/reference/array/functions/array-reduce.xml Fri Jul 25 12:38:56
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-reduce">
<refnamediv>
@@ -58,8 +58,10 @@
<varname>$d</varname> containing <literal>1</literal>.
</para>
<para>
- See also <function>array_filter</function> and
- <function>array_map</function>.
+ See also <function>array_filter</function>,
+ <function>array_map</function>,
+ <function>array_unique</function>, and
+ <function>array_count_values</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-search.xml
diff -u phpdoc/en/reference/array/functions/array-search.xml:1.4
phpdoc/en/reference/array/functions/array-search.xml:1.5
--- phpdoc/en/reference/array/functions/array-search.xml:1.4 Sun May 12 04:19:28
2002
+++ phpdoc/en/reference/array/functions/array-search.xml Fri Jul 25 12:38:56
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-search">
<refnamediv>
@@ -36,7 +36,10 @@
</para>
&return.falseproblem;
<para>
- See also <function>array_keys</function> and <function>in_array</function>.
+ See also <function>array_keys</function>,
+ <function>array_values</function>,
+ <function>array_key_exists</function>, and
+ <function>in_array</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/array-slice.xml
diff -u phpdoc/en/reference/array/functions/array-slice.xml:1.5
phpdoc/en/reference/array/functions/array-slice.xml:1.6
--- phpdoc/en/reference/array/functions/array-slice.xml:1.5 Fri May 30 14:12:53
2003
+++ phpdoc/en/reference/array/functions/array-slice.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-slice">
<refnamediv>
@@ -60,7 +60,8 @@
</example>
</para>
<para>
- See also <function>array_splice</function>.
+ See also <function>array_splice</function> and
+ <function>unset</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/in-array.xml
diff -u phpdoc/en/reference/array/functions/in-array.xml:1.8
phpdoc/en/reference/array/functions/in-array.xml:1.9
--- phpdoc/en/reference/array/functions/in-array.xml:1.8 Mon Jun 16 08:03:39
2003
+++ phpdoc/en/reference/array/functions/in-array.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.56 -->
<refentry id="function.in-array">
<refnamediv>
@@ -122,7 +122,9 @@
</example>
</para>
<para>
- See also <function>array_search</function>.
+ See also <function>array_search</function>,
+ <function>array_key_exists</function>, and
+ <function>isset</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/range.xml
diff -u phpdoc/en/reference/array/functions/range.xml:1.9
phpdoc/en/reference/array/functions/range.xml:1.10
--- phpdoc/en/reference/array/functions/range.xml:1.9 Sun Jun 22 19:17:14 2003
+++ phpdoc/en/reference/array/functions/range.xml Fri Jul 25 12:38:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.range">
<refnamediv>
@@ -82,7 +82,8 @@
</para>
</caution>
<para>
- See also <function>shuffle</function> and
+ See also <function>shuffle</function>,
+ <function>array_fill</function>, and
<link linkend="control-structures.foreach">foreach</link>.
</para>
</refsect1>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php