You appear to be a bot. Output may be restricted
Description
Usage
sepan( $class, $text );
Parameters
- $class
- ( mixed ) optional –
- $text
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 5 of 5
function sepan( $class=NULL, $text=NULL ) { span( $class ); e( $text ); epan(); }View on GitHub View on Trac