Difference between revisions of "Utils 1 0-doDump"
From ADF Docs
| Line 7: | Line 7: | ||
public string <strong>doDump</strong> ( any var, string label, boolean expand, numeric returnInVar ) | public string <strong>doDump</strong> ( any var, string label, boolean expand, numeric returnInVar ) | ||
| − | == Parameters == | + | == Parameters == |
| − | + | <table id="lib-params"> | |
| + | <tr class="header"> | ||
| + | <td>Required</td> | ||
| + | <td>Name</td> | ||
| + | <td>Type</td> | ||
| + | <td>Description</td> | ||
| + | </tr> | ||
| + | |||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">required</td> | ||
| + | |||
| + | <td>var</td> | ||
| + | <td>any</td> | ||
| + | <td></td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">optional</td> | ||
| + | |||
| + | <td>label</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: no label] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>expand</td> | ||
| + | <td>boolean</td> | ||
| + | <td>[Default: true] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>returnInVar</td> | ||
| + | <td>numeric</td> | ||
| + | <td>[Default: 0] </td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 04:07, 24 March 2010
Description
ColdFusion dump of the variable argument.
Signature
public string doDump ( any var, string label, boolean expand, numeric returnInVar )
Parameters
| Required | Name | Type | Description |
| required | var | any | |
| optional | label | string | [Default: no label] |
| expand | boolean | [Default: true] | |
| returnInVar | numeric | [Default: 0] |