function.pdf-begin-page-ext.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 51 行

HTML
51
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Start new page</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.pdf-begin-layer.html">PDF_begin_layer</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.pdf-begin-page.html">PDF_begin_page</a></div> <div class="up"><a href="ref.pdf.html">PDF Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.pdf-begin-page-ext" class="refentry"> <div class="refnamediv">  <h1 class="refname">PDF_begin_page_ext</h1>  <p class="verinfo">(PECL pdflib:2.0-2.1.3)</p><p class="refpurpose"><span class="refname">PDF_begin_page_ext</span> &mdash; <span class="dc-title">Start new page</span></p> </div> <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">bool</span> <span class="methodname"><b><b>PDF_begin_page_ext</b></b></span>    ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$pdfdoc</tt></span>   , <span class="methodparam"><span class="type">float</span> <tt class="parameter">$width</tt></span>   , <span class="methodparam"><span class="type">float</span> <tt class="parameter">$height</tt></span>   , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$optlist</tt></span>   )</div>  <p class="para rdfs-comment">   Adds a new page to the document, and specifies various options.   The parameters <i><tt class="parameter">width</tt></i> and <i><tt class="parameter">height</tt></i>   are the dimensions of the new page in points. Returns <b><tt>TRUE</tt></b> on success or <b><tt>FALSE</tt></b> on failure.  </p>  <p class="para">   <table border="5">    <caption><b>Common Page Sizes in Points</b></caption>    <colgroup>     <thead valign="middle">      <tr valign="middle">       <th colspan="1">name</th>       <th colspan="1">size</th>      </tr>     </thead>     <tbody valign="middle" class="tbody">      <tr valign="middle">       <td colspan="1" rowspan="1" align="left">A0</td>       <td colspan="1" rowspan="1" align="left">2380鉁

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?