Home >Backend Development >PHP Tutorial > 函数代码求解,该怎么解决

函数代码求解,该怎么解决

WBOY
WBOYOriginal
2016-06-13 12:45:12907browse

函数代码求解
function multi($num, $perpage, $curpage, $mpurl, $maxpages = 0, $page = 10, $autogoto = FALSE, $simple = FALSE, $jsfunc = FALSE) 
{
return $num > $perpage ? helper_page::multi($num, $perpage, $curpage, $mpurl, $maxpages, $page, $autogoto, $simple, $jsfunc) : '';
}
请高手详细解释上段函数代码的意义,谢谢!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn