STRUCTFINDVALUE | |
Description
Searches recursively through a substructure of nested arrays, structures, and other elements for structures with values that match the search key in the value parameter. |
|
Returns
An array that contains structures with values that match the search key value. If none are found, returns an array of size 0. |
|
Category
Structure functions |
|
Function syntaxStructFindValue( top, value [, scope]) |
|
See also
Structure functions; "Structure functions" in Chapter 5, "Using Arrays and Structures," in ColdFusion MX Developer's Guide |
|
Parameters
|
|
Usage
The fields of each structure in the returned array are:
A structure's keys are unordered. |
|
Example<cfset aResults = StructFindValue( #request#, "235" )> |
TOP | |
VALUE | |
SCOPE | |