PHP Class Flarum\Util\Str

Afficher le fichier Open project: flarum/core Class Usage Examples

Méthodes publiques

Méthode Description
slug ( string $str ) : string Create a slug out of the given string.

Method Details

slug() public static méthode

Non-alphanumeric characters are converted to hyphens.
public static slug ( string $str ) : string
$str string
Résultat string