PHP Класс PHPFusion\Forums\Functions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
attach_exists ( $file ) : string Appends increment integer on multiple files on same post
display_image ( $file ) : string Display an image
display_image_attach ( $file, integer $width = 50, integer $height = 50, string $rel = "" ) : string Display attached image with a certain given width and height.

Описание методов

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

Appends increment integer on multiple files on same post
public static attach_exists ( $file ) : string
$file
Результат string

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

Display an image
public static display_image ( $file ) : string
$file
Результат string

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

Display attached image with a certain given width and height.
public static display_image_attach ( $file, integer $width = 50, integer $height = 50, string $rel = "" ) : string
$file
$width integer
$height integer
$rel string
Результат string