show()
show(array $data, string $title = 'Information', array $opts = array()) : integer|string
Format and render a single list
$title = 'list title';
$data = [
'name' => 'value text',
'name2' => 'value text 2',
];
Parameters
array | $data | |
string | $title | |
array | $opts | More {@see FormatUtil::spliceKeyValue()} |