file_unmunge_filename($filename)
Undoes the effect of file_munge_filename().
$filename: String with the filename to be unmunged.
An unmunged filename string.
function file_unmunge_filename($filename) { return str_replace('_.', '.', $filename); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!includes!file.inc/function/file_unmunge_filename/8.1.x