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