-
Notifications
You must be signed in to change notification settings - Fork 0
TTUUID
Aydan Coskun edited this page Nov 29, 2019
·
1 revision
- Class name: TTUUID
- Namespace:
protected mixed $uuid_counter = 1
- Visibility: protected
- This property is static.
integer|string TTUUID::getZeroID()
- Visibility: public
- This method is static.
integer|string TTUUID::getNotExistID($int)
- Visibility: public
- This method is static.
- $int mixed
string TTUUID::generateUUID(null $seed)
- Visibility: public
- This method is static.
- $seed null
integer|string TTUUID::castUUID(string $uuid, $allow_null)
- Visibility: public
- This method is static.
- $uuid string - UUID
- $allow_null mixed
mixed TTUUID::getRegex($exact_string)
- Visibility: public
- This method is static.
- $exact_string mixed
boolean TTUUID::isUUID(string $uuid)
- Visibility: public
- This method is static.
- $uuid string - UUID
boolean TTUUID::getUUIDGroup($uuid, integer $group)
- Visibility: public
- This method is static.
- $uuid mixed
- $group integer
integer TTUUID::convertUUIDtoInt(string $uuid)
- Visibility: public
- This method is static.
- $uuid string - UUID
integer|string TTUUID::convertIntToUUID($int)
- Visibility: public
- This method is static.
- $int mixed
string TTUUID::convertStringToUUID($str)
- Visibility: public
- This method is static.
- $str mixed - string
boolean|string TTUUID::getSeed(boolean $fail_to_random)
- Visibility: public
- This method is static.
- $fail_to_random boolean
string TTUUID::generateRandomSeed()
- Visibility: public
- This method is static.
boolean|string TTUUID::generateSeed()
- Visibility: public
- This method is static.
boolean|string TTUUID::getConversionPrefix()
- Visibility: public
- This method is static.
mixed TTUUID::truncateUUID($uuid, $length, $include_dashes)
- Visibility: public
- This method is static.
- $uuid mixed
- $length mixed
- $include_dashes mixed