downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/fa/function.pdf-add-locallink.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.pdf.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'fa',
  ),
 
'this' =>
  array (
   
0 => 'function.pdf-add-locallink.php',
   
1 => 'PDF_add_locallink',
  ),
 
'up' =>
  array (
   
0 => 'ref.pdf.php',
   
1 => 'PDF Functions',
  ),
 
'prev' =>
  array (
   
0 => 'function.pdf-add-launchlink.php',
   
1 => 'PDF_add_launchlink',
  ),
 
'next' =>
  array (
   
0 => 'function.pdf-add-nameddest.php',
   
1 => 'PDF_add_nameddest',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.pdf-add-locallink" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">PDF_add_locallink</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.5, PECL pdflib &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">PDF_add_locallink</span> &mdash; <span class="dc-title">اضافه کردن علامت پیوند برای صفحه فعلی [از رده خارج]</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.pdf-add-locallink-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><b>PDF_add_locallink</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">$lowerleftx</tt></span>
   , <span class="methodparam"><span class="type">float</span> <tt class="parameter">$lowerlefty</tt></span>
   , <span class="methodparam"><span class="type">float</span> <tt class="parameter">$upperrightx</tt></span>
   , <span class="methodparam"><span class="type">float</span> <tt class="parameter">$upperrighty</tt></span>
   , <span class="methodparam"><span class="type">int</span> <tt class="parameter">$page</tt></span>
   , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$dest</tt></span>
   )</div>

  <p class="para rdfs-comment">
   اضافه کردن علامت پیوند به هدف در فایل فعلی PDF.
   Returns <b><tt>TRUE</tt></b> on success or <b><tt>FALSE</tt></b> on failure.
  </p>
  <p class="para">
   این تابع از زمان PDFlib نسخه 6 از رده خارج شده است از
   <span class="function"><a href="function.pdf-create-action.php" class="function">PDF_create_action()</a></span> به همراه <i><tt class="parameter">type=GoTo</tt></i>
   و <span class="function"><a href="function.pdf-create-annotation.php" class="function">PDF_create_annotation()</a></span> به همراه
   <i><tt class="parameter">type=Link</tt></i> استفاده کنید.
  </p>
 </div>

</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites