Hello, unfortunately not all of the site is translated into English, or is poorly translated. I apologize and ask you to help me. Notify errors, send me translations, together we will build a free service certainly helpful to many!
| Funzione GETLASTMOD() |
|
|
|
| Written by Massimiliano Pasqualoni | |||
| Wednesday, 13 April 2005 18:02 | |||
|
There are no translations available. Restituisce la data dell'ultima modifica alla paginaDescrizioneint getlastmod() Restituisce la data dell'ultima modifica alla pagina corrente. Il valore restituito è un timestamp, può essere elaborato con la funzione date(). Restituisce FALSE su errore. Esempio di uso di getlastmod() <?php // outputs e.g. 'Last modified: March 04 1998 20:43:59.' echo "Last modified: " . date("F d Y H:i:s.", getlastmod()); ?> Se si è interessati ad avere la data dell'ultima modifica di un'altro file, si consideri l'uso di filemtime(). Vedere anche date(), getmyuid(), getmygid(), get_current_user(), getmyinode(), getmypid() e filemtime().
|
|||
| Last Updated on Friday, 06 May 2005 14:02 |

















































