ToObject
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
ToObject( array )
to_object( array )
ToObject( array )
ToObject( array )
ToObject( array )
ToObject( array )
Description
The ToObject
function converts an Array of arrays, containing
field names and values, into an Object, if possible.
If array
cannot be converted into an object, an "invalid argument"
error is returned.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Array |
An Array of Arrays containing field names and values. |