GoLang HaruDoc::insertPage

request it (293)
GoLang replacement for PHP's HaruDoc::insertPage [edit | history]



Do you know a GoLang replacement for PHP's HaruDoc::insertPage? Write it!

PHP HaruDoc::insertPage

PHP original manual for HaruDoc::insertPage [ show | php.net ]

HaruDoc::insertPage

(PECL haru >= 0.0.1)

HaruDoc::insertPageInsert new page just before the specified page

Description

object HaruDoc::insertPage ( object $page )

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

Parameters

page

A valid HaruPage instance.

Return Values

Returns a new HaruPage instance.

Errors/Exceptions

Throws a HaruException on error.

See Also