$files->keys()

Returns an array with all filenames in the collection.

Example

Example Files

<?php dump($page->files()->keys()) ?>
/*
array(
  'document.pdf',
  'numbers.xls',
  'myimage.jpg',
  'download.zip'
)
*/