❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
f::is($file, $value)
Checks if a file is of a certain type
$file
(string)
Full path to the file
$value
(string)
An extension or mime type
return
(boolean)
↑
Toolkit API overview
←
f::filename
→
f::isReadable
↓
Back to Toolkit API section
Top