missing title and WS

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138089 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-08-17 13:17:22 +00:00
parent 3b5d36de26
commit ad3b8c10ca

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-mdtm">
<refnamediv>
@ -21,10 +21,10 @@
<para>
Returns a UNIX timestamp on success, or -1 on error.
</para>
<para>
<example>
<title></title>
<programlisting role="php">
<para>
<example>
<title><function>ftp_mdtm</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@ -49,9 +49,9 @@ ftp_close($conn_id);
?>
]]>
</programlisting>
</example>
</para>
</programlisting>
</example>
</para>
<note>
<para>
Not all servers support this feature!