Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Stevebauman
Translation
Contracts
Client
PHP 인터페이스 Stevebauman\Translation\Contracts\Client
파일 보기
프로젝트 열기: stevebauman/translation
0 사용 예제들
공개 메소드들
메소드
설명
setSource
(
string
$source
= null ) :
mixed
Set source language.
setTarget
(
string
$target
) :
mixed
Set target language.
translate
(
string
$text
) :
mixed
Translate the text.
메소드 상세
setSource()
공개
메소드
Set source language.
public
setSource
(
string
$source
= null ) :
mixed
$source
string
Language code
리턴
mixed
setTarget()
공개
메소드
Set target language.
public
setTarget
(
string
$target
) :
mixed
$target
string
Language code
리턴
mixed
translate()
공개
메소드
Translate the text.
public
translate
(
string
$text
) :
mixed
$text
string
리턴
mixed