- Remove non-breaking spaces in the wrong encoding.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172555 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-11-12 16:07:45 +00:00
parent a751919a4c
commit eec94450b2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-nlist">
<refnamediv>
@ -39,7 +39,7 @@ var_dump($contents);
]]>
</programlisting>
<para>
    The above example will output something similar to:
The above example will output something similar to:
</para>
<screen>
<![CDATA[
@ -51,7 +51,7 @@ array(3) {
[2]=>
string(3) "www"
]]>
    </screen>
</screen>
</example>
<para>
See also <function>ftp_rawlist</function>.