mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3b5d36de26
commit
ad3b8c10ca
1 changed files with 8 additions and 8 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue