sorry but i'm not code in php

plz telme i put the line that you have give to me in any where
or i change it by the oreginal code in the //template-functions.php//
i have
(function printImageStatistic($number, $option, $album='') {
$images = getImageStatistic($number, $option, $album);
echo "\n<div id=\"$option\">\n";
foreach ($images as $image) {
echo '<a>getImageLink() . '" title="' . htmlspecialchars($image->getTitle(), ENT_QUOTES) . "\">\n";
echo '<img src="' . $image->getThumb() . "\" alt=\"" . htmlspecialchars($image->getTitle(),ENT_QUOTES) . "\" /></a>\n";
}
echo "</div>\n"

i change the first line or add this line
thank you for help