Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SlevomatCodingStandard
Helpers
StringHelper
PHP 클래스 SlevomatCodingStandard\Helpers\StringHelper
파일 보기
프로젝트 열기: slevomat/coding-standard
1 사용 예제들
공개 메소드들
메소드
설명
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
메소드 상세
endsWith()
공개
정적인
메소드
public
static
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
리턴
boolean
startsWith()
공개
정적인
메소드
public
static
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
리턴
boolean