attach_exists() публичный статический Метод

Appends increment integer on multiple files on same post
public static attach_exists ( $file ) : string
$file
Результат string
Пример #1
0
/**
 * Developer tools for template implementations
 * I will keep it here, but these are not necessary
 * since you can use them as the return statements indicates.
 */
function attach_exists($file)
{
    return \PHPFusion\Forums\Functions::attach_exists($file);
}