This snippet shows you how to load a file by uri. Basically this option is available with file_load_mulitple only.
Source code viewer
$uri = 'public://directory/file.xyz'; // @see file.inc::file_load_multipleProgramming Language: PHP
This snippet shows you how to load a file by uri. Basically this option is available with file_load_mulitple only.
Source code viewer
$uri = 'public://directory/file.xyz'; // @see file.inc::file_load_multipleProgramming Language: PHP