Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$media->hash()
Returns an md5 hash for the root of the file
return
(string)
Example
<?= $media->hash() ?>
↑
Toolkit API overview
←
$media->filename()
→
$media->header($send = true)
↓
Back to Toolkit API section
Top