Skip to end of metadata
Go to start of metadata

UNSHIFT()

Synopsis

Inserts one or more values to the beginning of a variable containing delimited text

Description

Example: UNSHIFT example

This would insert one, two, and three before the values stored in the variable "array".

Syntax

UNSHIFT(varname[,delimiter])
Arguments
  • varname
  • delimiter

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-a9223f2

  • No labels