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
Cocur
Slugify
SlugifyInterface
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