You appear to be a bot. Output may be restricted
Description
Usage
bw_get_content( $index );
Parameters
- $index
- ( mixed ) required –
Returns
voidSource
File name: oik-batch/oik-site.phpLines:
1 to 5 of 5
function bw_get_content( $index ) { global $contents; return( $contents[ $index ] ); }View on GitHub