StructKeyArray
Method Signature
StructKeyArray(structure=[structloose])Arguments
Argument
Type
Required
Description
Default
Examples
Traditional function
statusCodes = {
OK : 200,
CREATED : 201,
NOT_MODIFIED : 304,
BAD_REQUEST : 400,
NOT_FOUND : 404
};
writeDump( structKeyArray( statusCodes ) );
Using Member Function
Additional Examples
Related
Last updated
Was this helpful?
