<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.openssl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.openssl-x509-export-to-file.php',
    1 => 'openssl_x509_export_to_file',
    2 => 'Belirtilen sertifikayı bir dosyaya kaydeder',
  ),
  'up' => 
  array (
    0 => 'ref.openssl.php',
    1 => 'OpenSSL İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.openssl-x509-export.php',
    1 => 'openssl_x509_export',
  ),
  'next' => 
  array (
    0 => 'function.openssl-x509-fingerprint.php',
    1 => 'openssl_x509_fingerprint',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/openssl/functions/openssl-x509-export-to-file.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.openssl-x509-export-to-file" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">openssl_x509_export_to_file</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">openssl_x509_export_to_file</span> &mdash; <span class="dc-title">Belirtilen sertifikayı bir dosyaya kaydeder</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.openssl-x509-export-to-file-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>openssl_x509_export_to_file</strong></span>(<span class="methodparam"><span class="type"><span class="type"><a href="class.opensslcertificate.php" class="type OpenSSLCertificate">OpenSSLCertificate</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$sertifika</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$dosya</code></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$metinsiz</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong></span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   <code class="parameter">sertifika</code> ile belirtilen sertifikayı yolu
   <code class="parameter">dosya</code> bağımsız değişkeninde belirtilen dosyaya <abbr title="Privacy-Enhanced Mail">PEM</abbr>
   kodlamalı bir dizge olarak kaydeder.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.openssl-x509-export-to-file-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
 <dt><code class="parameter">sertifika</code></dt>
 <dd>
  <p class="para">
   Geçerli değerler <a href="openssl.certparams.php" class="xref">Anahtar/Sertifika Bağımsız değişkenleri</a> sayfasında
   bulunabilir.
  </p>
 </dd>

    
     <dt><code class="parameter">dosya</code></dt>
     <dd>
      <p class="para">
       Sertifikanın kaydedileceği dosyanın yolu.
      </p>
     </dd>
    
    
     <dt><code class="parameter">metinsiz</code></dt>
     <dd>
      <p class="para">Belirtilmesi isteğe bağlı olan
<code class="parameter">metinsiz</code> bağımsız değişkeni çıktının ayrıntı seviyesini
belirler. <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> belirtilirse çıktıda insanlar için anlamlı bilgiler
bulunmaz. Bağımsız değişkenin öntanımlı değeri: <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong></p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.openssl-x509-export-to-file-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.openssl-x509-export-to-file-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">sertifika</code> artık
       <span class="classname"><a href="class.opensslcertificate.php" class="classname">OpenSSLCertificate</a></span> örneği kabul ediyor;
       evvelce, <code class="literal">OpenSSL X.509</code> özkaynağı kabul edilirdi.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


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