选择语言 :

 Core_Pagination::last_page

获取最后一页页码

int Core_Pagination::last_page( )
since
3.0
返回值
  • int
File: ./core/classes/pagination.class.php
public function last_page()
{
    return $this->get_or_set_data(__FUNCTION__);
}