Back to PhocaGalleryFile class

Method removeExtension

public static
removeExtension
(mixed $filename)

Method removeExtension - Source code

public static function removeExtension($filename)
{
    return substr($filename, 0, strrpos($filename, '.'));
}