Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
org
Image
PHP 클래스 org\Image
저자:
麦当苗儿 (
[email protected]
)
파일 보기
프로젝트 열기: top-think/thinkphp-extend
1 사용 예제들
공개 메소드들
메소드
설명
__callStatic
(
$method
,
$params
)
调用驱动类的方法
init
(
string
$type
= 'Gd',
null
$imgname
= null ) :
resource
初始化方法,用于实例化一个图片处理对象
메소드 상세
__callStatic()
공개
정적인
메소드
调用驱动类的方法
public
static
__callStatic
(
$method
,
$params
)
init()
공개
정적인
메소드
初始化方法,用于实例化一个图片处理对象
public
static
init
(
string
$type
= 'Gd',
null
$imgname
= null ) :
resource
$type
string
要使用的类库,默认使用GD库
$imgname
null
리턴
resource