This is a translated page. The original can be found here: http://iwebdevel.com/2009/09/01/php-how-to-get-creation-time-of-file-with-php-on-linux-machines-filemtime-fileatime-filectime/
UPDATES VIA RSS | Email Aktualizacje pocztą RSS | Email Get updates via feedburner Get updates via twitter
Home / Coding / PHP / PHP: How to get creation tim… Strona główna / Coding / PHP / PHP: Jak dojechać Tim tworzenia ...

PHP: How to get creation time of file with PHP on Linux machines PHP: Jak uzyskać czas utworzenia pliku z PHP na maszynach Linux

Posted on 01. Zamieszczone w dniu 01. Sep, 2009 by Dragos in Coding , PHP Sep, 2009 Dragos w Coding, PHP

PHP 5.3 5.4 6 logo

PHP 5.3 5.4 6 logo PHP 5.3 5.4 6 logo

Unfortunately it is not possible to get the creation time of a file on Linux machines. Niestety, nie jest możliwe, aby uzyskać czas utworzenia pliku na maszynach Linuksa. None of the functions fileatime , filemtime or filctime will return the file Żadna z funkcji fileatime, filemtime lub filctime zwróci plik
creation time. Czas powstania.

Note : Note also that in some Unix texts the ctime of a file is referred to as being the creation time of the file. Uwaga: Należy również zauważyć, że w niektórych tekstach Unix ctime pliku jest określone jako czas utworzenia pliku. This is wrong. To nieprawda. There is no creation time for Unix files in most Unix filesystems. (from php.net) Nie ma czasu na tworzenie plików w większości uniksowych systemach plików Unix. (Z php.net)

In order to solve this issue, you could try to store in a database/file the time when a file is created for later use. W celu rozwiązania tego problemu, możesz spróbować przechowywać w bazie / pliku chwili tworzony jest plik do późniejszego wykorzystania.

Translate this post Translate this post


Related posts: Podobne posty:

  1. Wordpress: Easily Reset Your Account Password Using MySQL and PHP Wordpress: łatwo zresetować Twoje konto Hasło MySQL i PHP

    blog comments powered by Disqus blog komentarze powered by Disqus