You appear to be a bot. Output may be restricted
Description
echo some other stuff
Usage
oikai_reflect_etc( $refFunc );
Parameters
- $refFunc
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-api-importer.phpLines:
1 to 8 of 8
function oikai_reflect_etc( $refFunc ) { $startLine = $refFunc->getStartLine(); echo "Start line: $startLine"; echo PHP_EOL; $endLine = $refFunc->getEndLine(); echo "End line: $endLine"; echo PHP_EOL; }View on GitHub