<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.phar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'phar.getsupportedsignatures.php',
    1 => 'Phar::getSupportedSignatures',
    2 => 'Return array of supported signature types',
  ),
  'up' => 
  array (
    0 => 'class.phar.php',
    1 => 'Phar',
  ),
  'prev' => 
  array (
    0 => 'phar.getsupportedcompression.php',
    1 => 'Phar::getSupportedCompression',
  ),
  'next' => 
  array (
    0 => 'phar.getversion.php',
    1 => 'Phar::getVersion',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/phar/Phar/getSupportedSignatures.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="phar.getsupportedsignatures" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Phar::getSupportedSignatures</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">Phar::getSupportedSignatures</span> &mdash; <span class="dc-title">Return array of supported signature types</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-phar.getsupportedsignatures-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>Phar::getSupportedSignatures</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Return array of supported signature types
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-phar.getsupportedsignatures-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   No parameters.
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-phar.getsupportedsignatures-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns an array containing any of <code class="literal">MD5</code>, <code class="literal">SHA-1</code>,
   <code class="literal">SHA-256</code>, <code class="literal">SHA-512</code>, or <code class="literal">OpenSSL</code>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-phar.getsupportedsignatures-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="phar.getsignature.php" class="function" rel="rdfs-seeAlso">Phar::getSignature()</a> - Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive</span></li>
    <li><span class="function"><a href="phar.setsignaturealgorithm.php" class="function" rel="rdfs-seeAlso">Phar::setSignatureAlgorithm()</a> - Set the signature algorithm for a phar and apply it</span></li>
   </ul>
  </p>
 </div>


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