Aprire un editor di testo . Qualsiasi editor di testo , tra cui Notepad , farà
2
Digitare il seguente programma PHP : . ?
se ( filectime ( $ fileOne ) > $ lastChange ) { return true ; } else return false ; } ? > Salvare il lavoro . È possibile richiamare questa funzione con l'aggiunta di questa riga qualsiasi punto del codice : hasFileChanged ( $ filename , $ lastChangeTime ) ;
hasFileChanged ( $ fileOne , $ lastChange ) {
3
Informazioni correlate
Programmazione © www.354353.com