Image
in package
Table of Contents
Methods
- get_img_tag() : mixed
- 从内容中取所有图片
- get_local_img_tag() : mixed
- 从内容中取本地图片
- get_type() : mixed
- get_wh() : mixed
- merger() : mixed
- 合并多个图片
- remove_img_tag() : mixed
- 从内容中删除图片
Methods
get_img_tag()
从内容中取所有图片
public
static get_img_tag(mixed $content[, mixed $all = true ]) : mixed
Parameters
- $content : mixed
- $all : mixed = true
get_local_img_tag()
从内容中取本地图片
public
static get_local_img_tag(mixed $content[, mixed $all = true ]) : mixed
Parameters
- $content : mixed
- $all : mixed = true
get_type()
public
static get_type(mixed $file) : mixed
Parameters
- $file : mixed
get_wh()
public
static get_wh(mixed $file) : mixed
Parameters
- $file : mixed
merger()
合并多个图片
public
static merger([mixed $image = [] ], mixed $output[, mixed $quality = 75 ][, mixed $run = true ]) : mixed
Parameters
- $image : mixed = []
- $output : mixed
- $quality : mixed = 75
- $run : mixed = true
remove_img_tag()
从内容中删除图片
public
static remove_img_tag(mixed $content[, mixed $all = false ]) : mixed
Parameters
- $content : mixed
- $all : mixed = false