Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Cocur
Slugify
SlugifyInterface
PHP Interface Cocur\Slugify\SlugifyInterface
Author:
Florian Eckerstorfer (
[email protected]
)
Author:
Marchenko Alexandr
显示文件
Open project: cocur/slugify
Interface Usage Examples
Public Methods
Method
Description
slugify
(
string
$string
,
string
|
array
|
null
$options
= null ) :
string
Return a URL safe version of a string.
Method Details
slugify()
public
method
Return a URL safe version of a string.
public
slugify
(
string
$string
,
string
|
array
|
null
$options
= null ) :
string
$string
string
$options
string
|
array
|
null
return
string