-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the krsort function in PHP. This function sorts an array by key in reverse order. Elements will be arranged in reverse order when this function has completed.
The %%flag parameter defaults to "SORT_REGULAR". See the PHP ...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the htmlentities function in PHP. The function converts all applicable characters to HTML entities. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the array_merge function in PHP. Given two arrays this function will append the elements of %%array2 to the end of %%array1 and return combined elements (the array is reindexed).
To see an example or learn more other...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the rsort function in PHP. This function sorts an array in reverse order (highest to lowest), and then reindexes it. This means the keys are now numerical.
The %%flag parameter defaults to "SORT_REGULAR". See the PHP do...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the preg_split function in PHP. It allows you to split the given string by a regular expression.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the base64_decode function in PHP. It decodes base64 encoded %%data.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the ksort function in PHP. This function sorts an array by key. In this case, key is the answer option SKU. Elements will be arranged sequentially when this function has completed.
The %%flag parameter defaults to "SORT_...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the arsort function in PHP. This function sorts an array in reverse order and maintains index association. Elements will be arranged in reverse order when this function has completed.
The %%flag parameter defaults to "S...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the pow function in PHP. It returns the value of %%base raised to the power of %%power.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the base64_encode function in PHP. It encodes %%data with base64.
To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation .
...