You appear to be a bot. Output may be restricted
Description
Usage
bw_show_content( $index );
Parameters
- $index
- ( mixed ) required –
Returns
voidSource
File name: oik-batch/oik-site.phpLines:
1 to 11 of 11
function bw_show_content( $index ) { global $contents; stag( "td" ); t( "Contents of:" . $index ); //stag( "pre" ); t( $contents[ $index ] ); //etag( "pre" ); etag( "td" ); }View on GitHub