Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

generate_share_key()

Description

Generates an external share key based on provided string

Parameters

ColumnTypeDefaultDescription
$string string

Return

string Generated key

Location

include/collections_functions.php lines 6564 to 6567

Definition

 
function generate_share_key($string)
    {
    return 
substr(md5($string "," time() . rand()), 010);
    }

This article was last updated 19th April 2024 04:35 Europe/London time based on the source file dated 15th April 2024 12:15 Europe/London time.