❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$file->size()
Returns the raw file size
return
(integer)
Example
echo $page->file()->size(); // i.e. 123293829
↑
Cheat Sheet overview
←
$file->site()
→
$file->textfile([$language])
↓
Back to Cheat Sheet section
Top