mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Remove non-breaking spaces in the wrong encoding.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172553 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
008a657c1a
commit
a751919a4c
1 changed files with 4 additions and 4 deletions
|
@ -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-rawlist">
|
||||
<refnamediv>
|
||||
|
@ -50,8 +50,8 @@ var_dump($buff);
|
|||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
The above example will output something similar to:
|
||||
</para>
|
||||
The above example will output something similar to:
|
||||
</para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
array(3) {
|
||||
|
@ -63,7 +63,7 @@ array(3) {
|
|||
string(73) "lrwxrwxrwx 1 vincent vincent 11 Jul 12 12:16 www -> public_html"
|
||||
}
|
||||
]]>
|
||||
</screen>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue