编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ps_delete
  • ps_end_pattern »
  • PHP Manual
  • PS 函数
  • End a page

ps_end_page

(PECL ps >= 1.1.0)

ps_end_page — End a page

说明

ps_end_page ( resource $psdoc ) : bool

Ends a page which was started with ps_begin_page(). Ending a page will leave the current drawing context, which e.g. requires to reload fonts if they were loading within the page, and to set many other drawing parameters like the line width, or color..

参数

psdoc

Resource identifier of the postscript file as returned by ps_new().

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE。

参见

  • ps_begin_page() - Start a new page

相关文章
php imap 函数 gets the last imap error that occurred during this page requestphp pdf 函数 set annotation for current page deprecated php pdf 函数 add bookmark for current page deprecated php pdf 函数 start new page deprecated php pdf 函数 place imported pdf pagephp pdf 函数 place table on pagephp pdf 函数 place pdf page deprecated php ps 函数 add bookmark to current pagephp ps 函数 adds link to a page in the same documentphp ps 函数 adds note to current pagephp ps 函数 adds link to a page in a second pdf documentphp ps 函数 start a new pagephp ps 函数 draws a curvephp ps 函数 end a pagephp ps 函数 end a patternphp ps 函数 end a templatephp ps 函数 creates a new postscript document objectphp ps 函数 places image on the pagephp ps 函数 sets position for text outputphp ps 函数 output text in a box
关注编程学问公众号
编程学问网 湘ICP备20001732号