PHP Класс VersionPress\Utils\IdUtil

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getRegexMatchingId ( )
newId ( ) : string Generates and returns a new ID that is suitable as a globally unique identifier of any VersionPress entity (post, comment, user, etc.). The format is basically an upper-case, delimiter-less UUID (GUID) version 4, e.g. B3851EC74871452792B5EF5616BAE1E6.
newUuid ( $formatString = '%04x%04x-%04x-%04x-%04x-%04x%04x%04x' ) : string Inspired by http://php.net/manual/en/function.uniqid.php#94959

Приватные методы

Метод Описание
__construct ( )

Описание методов

getRegexMatchingId() публичный статический Метод

public static getRegexMatchingId ( )

newId() публичный статический Метод

See wiki docs for discussion about the chosen ID algorightm and format.
public static newId ( ) : string
Результат string

newUuid() публичный статический Метод

Inspired by http://php.net/manual/en/function.uniqid.php#94959
public static newUuid ( $formatString = '%04x%04x-%04x-%04x-%04x-%04x%04x%04x' ) : string
$formatString
Результат string