%contextSetVar()

Aliases%contextSetVar( )
Parametersstring @key, mixed @value [, integer @contextId]

    Sets a variable in the current context with name @key and value defined by
@value. If the @contextId parameter is set then the variable is set in the
associated context (if valid). If the value is successfully set then
@value is returned, otherwise null is returned.