Skip to content

Kirby 4.1.2

$files->nth()

Returns the nth element from the collection

$files->nth(int $n): mixed

Parameters

Name Type Default
$n * int

Return type

mixed

Parent class

Kirby\Cms\Files inherited from Kirby\Toolkit\Collection

Example

<?= $page->files()->nth(3)->filename() ?>