Skip to content

Slugify

Creates a slug to be used for pretty URLs


  • Full name: \PhalconKit\Support\Helper\Str\Slugify

Methods

__invoke

public __invoke(string $string, array $replace = [], string $delimiter = '-'): string

Parameters:

Parameter Type Description
$string string
$replace array
$delimiter string