Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 24, 2016 18:28
Show Gist options
  • Save bigin/be1d8054afbc9202a489d9089e0286ef to your computer and use it in GitHub Desktop.
Save bigin/be1d8054afbc9202a489d9089e0286ef to your computer and use it in GitHub Desktop.
// Output file name 1
echo $item->fieldname->file_name[0];
// Output file name 2
echo $item->fieldname->file_name[1]
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment