<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.splfileinfo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'splfileinfo.getlinktarget.php',
    1 => 'SplFileInfo::getLinkTarget',
    2 => 'Gets the target of a link',
  ),
  'up' => 
  array (
    0 => 'class.splfileinfo.php',
    1 => 'SplFileInfo',
  ),
  'prev' => 
  array (
    0 => 'splfileinfo.getinode.php',
    1 => 'SplFileInfo::getInode',
  ),
  'next' => 
  array (
    0 => 'splfileinfo.getmtime.php',
    1 => 'SplFileInfo::getMTime',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/splfileinfo/getlinktarget.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="splfileinfo.getlinktarget" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplFileInfo::getLinkTarget</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.2, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SplFileInfo::getLinkTarget</span> &mdash; <span class="dc-title">Gets the target of a link</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-splfileinfo.getlinktarget-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SplFileInfo::getLinkTarget</strong></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Gets the target of a filesystem link.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    The target may not be the real path on the filesystem. Use <span class="methodname"><a href="splfileinfo.getrealpath.php" class="methodname">SplFileInfo::getRealPath()</a></span>
    to determine the true path on the filesystem.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-splfileinfo.getlinktarget-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-splfileinfo.getlinktarget-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Returns the target of the filesystem link on success, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on failure.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-splfileinfo.getlinktarget-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   Throws <span class="classname"><a href="class.runtimeexception.php" class="classname">RuntimeException</a></span> on error.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-splfileinfo.getlinktarget-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 <span class="function"><strong>SplFileInfo::getLinkTarget()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$info </span><span style="color: #007700">= new </span><span style="color: #0000BB">SplFileInfo</span><span style="color: #007700">(</span><span style="color: #DD0000">'/Users/bbieber/workspace'</span><span style="color: #007700">);<br />if (</span><span style="color: #0000BB">$info</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">isLink</span><span style="color: #007700">()) {<br />    </span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">$info</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getLinkTarget</span><span style="color: #007700">());<br />    </span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">$info</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getRealPath</span><span style="color: #007700">());<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>
Yukarıdaki örnek şuna benzer bir çıktı üretir:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">string(19) &quot;Documents/workspace&quot;
string(34) &quot;/Users/bbieber/Documents/workspace&quot;</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-splfileinfo.getlinktarget-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="splfileinfo.islink.php" class="methodname" rel="rdfs-seeAlso">SplFileInfo::isLink()</a> - Tells if the file is a link</span></li>
    <li><span class="methodname"><a href="splfileinfo.getrealpath.php" class="methodname" rel="rdfs-seeAlso">SplFileInfo::getRealPath()</a> - Gets absolute path to file</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>