warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.