New Articles

  1. Working Examples of JavaScript

    JavaScript Working Example documentation content has moved to our new custom scripting resource site: luascript.surveygizmo.com/help
  2. sgapiHtmlentities(%%html)

    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 . ...
  3. sgapiPregSplit(%%pattern, %%subject, %%limit, %%flags)

    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 . ...
  4. sgapiPi()

    This is equivalent to the array_flip function in PHP. Get the value of pi. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
  5. sgapiExp

    This is equivalent to the exp function in PHP. Calculates the exponent of e. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
  6. sgapiStrToUpper(%%string)

    This is equivalent to the strtoupper function in PHP. This function returns the given string in all upper case using the PHP function strtoupper. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation ....
  7. sgapiArrayValues(%%array)

    This is equivalent to the array_values function in PHP. Return all the values of an array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
  8. sgapiArraySplice(%%input,%%offset,%%length,%%replacement)

    This is equivalent to the array_splice function in PHP. Remove a portion of the array and replace it with something else. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
  9. sgapiArrayShift(%%array)

    This is equivalent to the array_shift function in PHP. Shift an element off the beginning of array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
  10. sgapiArrayPush(%%array1,%%array2)

    This is equivalent to the array_push function in PHP. Push one or more elements onto the end of array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...