PHP Interface Cocur\Slugify\SlugifyInterface

Author: Florian Eckerstorfer ([email protected])
Author: Marchenko Alexandr
Afficher le fichier Open project: cocur/slugify Interface Usage Examples

Méthodes publiques

Méthode Description
slugify ( string $string, string | array | null $options = null ) : string Return a URL safe version of a string.

Method Details

slugify() public méthode

Return a URL safe version of a string.
public slugify ( string $string, string | array | null $options = null ) : string
$string string
$options string | array | null
Résultat string