Just pass to the code file or variable to the function and it will automaticaly create a link to php's manual, for every function that matches the php ones.
PHP Example :
<?php
function highlight($code) {
// Wrap the code at 80 columns
// and ensures we keep a nice layout on the page
// $code = wordwrap($code, 80, "<br />", 1);