![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME ridx - Removes an index from an 'array' SYNOPSIS ridx [ARRAY DATA] -idx [INDEX TO REMOVE] -as [ARRAY TYPE] -callback [CALLBACK] EXAMPLES ridx {explode 1,2,3,4} -idx 0 returns and XML-style array with elements 2,3,4 ridx {explode 1,2,3,4} -idx 0 -as xoxo returns and XOXO-style array with elements 2,3,4 ridx {explode 1,2,3,4} -idx 0 -as json [-callback x] returns and JSON-style array with elements 2,3,4 with optional JSONP callback x AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/