Add str_getcsv/fgetcsv to the seealso section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244243 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-10-15 13:40:05 +00:00
parent d2ca8efaf5
commit b6dadfe7f8
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fgetcsv">
<refnamediv>
<refname>fgetcsv</refname>
@ -176,6 +176,7 @@ fclose($handle);
&reftitle.seealso;
<para>
<simplelist>
<member><function>str_getcsv</function></member>
<member><function>explode</function></member>
<member><function>file</function></member>
<member><function>pack</function></member>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.str-getcsv">
<refnamediv>
<refname>str_getcsv</refname>
@ -22,6 +22,14 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>fgetcsv</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file