PHP 클래스 Flarum\Util\Str

파일 보기 프로젝트 열기: flarum/core 1 사용 예제들

공개 메소드들

메소드 설명
slug ( string $str ) : string Create a slug out of the given string.

메소드 상세

slug() 공개 정적인 메소드

Non-alphanumeric characters are converted to hyphens.
public static slug ( string $str ) : string
$str string
리턴 string