Package | Description |
---|---|
com.caucho.quercus.lib | |
com.caucho.quercus.lib.i18n |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static StringValue |
MbstringModule.mb_convert_variables(Env env,
java.lang.String toEncoding,
java.lang.String fromEncodings,
Value vars)
Decodes and then encodes variables.
|