You appear to be a bot. Output may be restricted
Description
Return an end tag
Usage
retetag( $tag );
Parameters
- $tag
- ( mixed ) required –
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 3 of 3
function retetag( $tag ) { return( '</'.$tag.'>'); }View on GitHub View on Trac