You appear to be a bot. Output may be restricted
Description
Usage
em( $text, $class, $id );
Parameters
- $text
- ( 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 em( $text, $class=NULL, $id=NULL ) { stag( "em", $class, $id ) ; e( $text ); etag( "em" ); }