Home > PHP > Function > > HaruDoc::insertPage()

HaruDoc::insertPage()

HaruDoc::insertPage - Insert new page just before the specified page

Syntax

object HaruDoc::insertPage (object $page)

Arguments

  • page - A valid HaruPageinstance.

Description

Creates a new page and inserts just before the specified page.

Version

PHP PECL haru >= 0.0.1

Return value

Returns a new HaruPageinstance.