note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
setarg
warning
This function starts with a lowercase letter.
Description
Set an argument that was passed to a function.
Name | Description |
---|---|
arg | The argument sequence number. Use 0 for the first argument. |
index | The index (if the argument is an array) (optional=0) |
value | The value to set the argument to. |
Returns
1 on success and 0 if the argument or the index are invalid.