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