svn: /phpdoc/de/trunk/reference/filesystem/functions/ filemtime.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 15 Mar 2020 11:02:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349458
Log:
Fix typo
Patch provided by anonymous user.
Changed paths:
U phpdoc/de/trunk/reference/filesystem/functions/filemtime.xml
Modified: phpdoc/de/trunk/reference/filesystem/functions/filemtime.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/filemtime.xml 2020-03-15 10:33:51 UTC (rev 349457)
+++ phpdoc/de/trunk/reference/filesystem/functions/filemtime.xml 2020-03-15 11:02:21 UTC (rev 349458)
@@ -60,7 +60,7 @@
$filename = 'somefile.txt';
if (file_exists($filename)) {
- echo "$filename wurde zuletzt modifiziert:: " . date ("F d Y H:i:s.", filemtime($filename));
+ echo "$filename wurde zuletzt modifiziert: " . date ("F d Y H:i:s.", filemtime($filename));
}
?>
]]>