Home
last modified time | relevance | path

Searched refs:table_var_dump (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php122 echo table_var_dump($ThisFileInfo, false, $PageEncoding);
464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') { function
489 $returnstring .= '</td>'."\n".table_var_dump($value, true, $encoding).'</tr>'."\n";
H A Ddemo.mp3header.php39 function table_var_dump($variable) { function
66 $returnstring .= '</td><td>'.table_var_dump($value).'</td></tr>';
1438 echo table_var_dump($MP3fileInfo);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt343 displayed by table_var_dump() in demo.browse.php
1132 * Bugfix: Undefined variable in table_var_dump() in demo/check.php
2236 table_var_dump() simplified and now outputs &#123;-style character
2317 the table_var_dump() function now outputs APICs as seperate
2376 ¤ Added nl2br() to table_var_dump() for cleaner output
2450 Added rawurlencode() to the filename parameter in table_var_dump()
2520 (specifically table_var_dump()) for APIC frames. Made possible
2866 table_var_dump() now displays boolean variables as TRUE or FALSE
2867 table_var_dump() now uses htmlspecialchars() to avoid broken-table
2921 New table_var_dump() function in check.php