Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SlevomatCodingStandard
Helpers
StringHelper
PHP Class SlevomatCodingStandard\Helpers\StringHelper
Afficher le fichier
Open project: slevomat/coding-standard
Class Usage Examples
Méthodes publiques
Méthode
Description
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
Method Details
endsWith()
public
static
méthode
public
static
endsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
Résultat
boolean
startsWith()
public
static
méthode
public
static
startsWith
(
string
$haystack
,
string
$needle
) :
boolean
$haystack
string
$needle
string
Résultat
boolean