mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
random_string calls
implement getRandomHex function
This commit is contained in:
parent
fd597472f1
commit
991f259ecb
23 changed files with 47 additions and 29 deletions
|
@ -16,7 +16,7 @@ class Strings
|
|||
* @param int $size
|
||||
* @return string
|
||||
*/
|
||||
public static function getRandomHex($size = 64) // random_string()
|
||||
public static function getRandomHex($size = 64)
|
||||
{
|
||||
$byte_size = ceil($size / 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue