You appear to be a bot. Output may be restricted
Description
Create an anchor tag for linking within a page
Usage
aname( $name, $text );
Parameters
- $name
- ( string ) required – the anchor name
- $text
- ( string ) optional – optional link text
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 6 of 6
function aname( $name, $text=null ) { //stag( 'a' ); e( '<a name="'. $name . '">' . $text . '</a>' ); //etag( 'a' ); // return( bw_ret() ); }View on GitHub View on Trac