Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Created June 3, 2014 10:43
Show Gist options
  • Save BugBuster1701/0783fd45dc2c03f651b7 to your computer and use it in GitHub Desktop.
Save BugBuster1701/0783fd45dc2c03f651b7 to your computer and use it in GitHub Desktop.
Pfad zu UUID
<?php
$path = 'tl_files/shoot/me.jpg';
$file = \FilesModel::findOneByPath($path);
echo $file->uuid; // binär
echo \String::binToUuid($file->uuid); // menschenlesbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment