You appear to be a bot. Output may be restricted
Description
Output a table heading
Usage
th( $data, $class, $id );
Parameters
- $data
- ( mixed ) required –
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
void
Source
File name: oik-bwtrace/libs/bobbfunc.php
Lines:
1 to 5 of 5
function th( $data, $class=NULL, $id=NULL ) { stag( "th", $class, $id ); bwt( $data ); etag( "th" ); }