update : 2015.11.03
php.shukuma.com검색:
|
HaruDoc::setPagesConfiguration(PECL haru >= 0.0.1) HaruDoc::setPagesConfiguration — Set the number of pages per set of pages 설명
bool HaruDoc::setPagesConfiguration
( int
$page_per_pages
)
By default the document has one pages object as a root for all pages.
All page objects are create as branches of this object. One pages object
can contain only 8191, therefore the maximum number of pages per document
is 8191. But you can change that fact by setting
인수
반환값
Returns 오류/예외오류 시에 HaruException을 던짐. |