Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
org
Image
PHP Class org\Image
Author:
麦当苗儿 (
[email protected]
)
Mostrar archivo
Open project: top-think/thinkphp-extend
Class Usage Examples
Public Methods
Method
Description
__callStatic
(
$method
,
$params
)
调用驱动类的方法
init
(
string
$type
= 'Gd',
null
$imgname
= null ) :
resource
初始化方法,用于实例化一个图片处理对象
Method Details
__callStatic()
public
static
method
调用驱动类的方法
public
static
__callStatic
(
$method
,
$params
)
init()
public
static
method
初始化方法,用于实例化一个图片处理对象
public
static
init
(
string
$type
= 'Gd',
null
$imgname
= null ) :
resource
$type
string
要使用的类库,默认使用GD库
$imgname
null
return
resource