Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SlevomatCodingStandard
Helpers
StringHelper
PHP Class SlevomatCodingStandard\Helpers\StringHelper
显示文件
Open project: slevomat/coding-standard
Class Usage Examples
Public Methods
Method
Description
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
Method Details
endsWith()
public
static
method
public
static
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
return
boolean
startsWith()
public
static
method
public
static
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
return
boolean