You appear to be a bot. Output may be restricted
Description
Usage
h4( $text, $class, $id );
Parameters
- $text
- ( mixed ) required –
- $class
- ( mixed ) optional –
- $id
- ( mixed ) optional –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 3 of 3
function h4( $text, $class=NULL, $id=NULL ) { hn( $text, "4", $class, $id ); }View on GitHub View on Trac