Метод | Описание | |
---|---|---|
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 ( ) |