AbstractMap
AbstractMap PHP Methods
convertHTML(array $array, $html) v5
Convert tilde codes in HTML text using an array to parse the values
PARAMETERS:
$array = array, the array of values to be applied to the tilde codes
$html = string, HTML content which has the tilde codes
RETURN VALUE:
string = HTML content after converting the tilde codes getOptions(array $array) v5
Converts an array to select options with array key = option value and array value = option text
PARAMETERS:
$array = array, Array to convert to select options
RETURN VALUE:
string = Select options HTML invertArray(array $array) v5
Makes an array key=value and array value = key
PARAMETERS:
$array = array, The array to invert
RETURN VALUE:
array = array after invertionAbstractMap PHP Variables
🔎︎ %l4610%