❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$file->hash()
Returns an md5 hash for the root of the file
return
(string)
Example
<?= $page->file('myfile.pdf')->hash() ?>
↑
Cheat Sheet overview
←
$file->hasPrev()
→
$file->height()
↓
Back to Cheat Sheet section
Top