PHP Class Str

Inheritance: extends Fuel\Core\Str
Afficher le fichier Open project: ReactiveX/RxPHP Class Usage Examples

Méthodes publiques

Méthode Description
contains ( $haystack, $needle )
containsAny ( $haystack, $needles )
firstWord ( $haystack )
startsWith ( $haystack, $needle )
substringAfter ( $haystack, $needle )
substringUntil ( $haystack, $needle )

Method Details

contains() public static méthode

public static contains ( $haystack, $needle )

containsAny() public static méthode

public static containsAny ( $haystack, $needles )

firstWord() public static méthode

public static firstWord ( $haystack )

startsWith() public static méthode

public static startsWith ( $haystack, $needle )

substringAfter() public static méthode

public static substringAfter ( $haystack, $needle )

substringUntil() public static méthode

public static substringUntil ( $haystack, $needle )