Uses of Class
com.caucho.quercus.annotation.VariableArguments

Packages that use VariableArguments
com.caucho.quercus.lib   
com.caucho.quercus.lib.i18n   
 

Uses of VariableArguments in com.caucho.quercus.lib
 

Methods in com.caucho.quercus.lib with annotations of type VariableArguments
static Value FunctionModule.func_get_arg(Env env, int index)
          Returns the nth function argument.
static Value FunctionModule.func_get_args(Env env)
          Returns the function arguments as an array.
static Value FunctionModule.func_num_args(Env env)
          Returns the number of arguments to the function.
 

Uses of VariableArguments in com.caucho.quercus.lib.i18n
 

Methods in com.caucho.quercus.lib.i18n with annotations of type VariableArguments
static StringValue MbstringModule.mb_convert_variables(Env env, java.lang.String toEncoding, java.lang.String fromEncodings, Value vars)
          Decodes and then encodes variables.