Skip to content

Kirby 5.0.4

F::modified()

Get the file's last modification time.

F::modified(string $file, IntlDateFormatter|string|null $format = null, 'date'|'intl'|'strftime'|null $handler = null): string|int|false

Parameters

Name Type Default Description
$filerequired string no default value
$format IntlDateFormatterorstringornull null
$handler 'date'or'intl'or'strftime'ornull null Custom date handler or null
for the globally configured one

Return types

stringorintorfalse

Parent class

Kirby\Filesystem\F