Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Thumbor
Url
BuilderFactory
PHP 클래스 Thumbor\Url\BuilderFactory
global variable $thumbnailUrlFactory = Thumbor\Url\BuilderFactory::construct( 'http://thumbor.example.com', 'secret' ); elsewhere in your app echo $thumbnailUrlFactory ->urlFrom('http://example.com/llamas.jpg') ->fitIn(320, 240) etc ;
파일 보기
프로젝트 열기: 99designs/phumbor
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$server
,
string
|
null
$secret
= null )
construct
(
string
$server
,
string
|
null
$secret
= null ) :
BuilderFactory
url
(
string
$original
) :
Builder
메소드 상세
__construct()
공개
메소드
public
__construct
(
string
$server
,
string
|
null
$secret
= null )
$server
string
$secret
string
|
null
construct()
공개
정적인
메소드
public
static
construct
(
string
$server
,
string
|
null
$secret
= null ) :
BuilderFactory
$server
string
$secret
string
|
null
리턴
BuilderFactory
url()
공개
메소드
public
url
(
string
$original
) :
Builder
$original
string
리턴
Builder