2008-05-01 03:28:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:40:37 +00:00
|
|
|
<!-- $Revision$ -->
|
2008-05-01 03:28:07 +00:00
|
|
|
<refentry xml:id="phardata.setsignaturealgorithm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>Phar::setSignatureAlgorithm</refname>
|
|
|
|
<refpurpose>set the signature algorithm for a phar and apply it. The</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
2008-11-04 13:27:54 +00:00
|
|
|
<type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
|
2008-05-01 03:28:07 +00:00
|
|
|
<methodparam><type>int</type><parameter>sigtype</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
&phar.write;
|
|
|
|
|
|
|
|
<para>
|
|
|
|
set the signature algorithm for a phar and apply it. The
|
|
|
|
signature algorithm must be one of <literal>Phar::MD5</literal>,
|
|
|
|
<literal>Phar::SHA1</literal>, <literal>Phar::SHA256</literal>,
|
|
|
|
<literal>Phar::SHA512</literal>, or <literal>Phar::PGP</literal>
|
|
|
|
(pgp not yet supported and falls back to SHA-1).
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>sigtype</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
One of <literal>Phar::MD5</literal>,
|
|
|
|
<literal>Phar::SHA1</literal>, <literal>Phar::SHA256</literal>,
|
|
|
|
<literal>Phar::SHA512</literal>, or <literal>Phar::PGP</literal>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
|
2009-03-22 21:51:02 +00:00
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
&return.void;
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2008-05-01 03:28:07 +00:00
|
|
|
<refsect1 role="errors">
|
|
|
|
&reftitle.errors;
|
|
|
|
<para>
|
|
|
|
Throws <classname>UnexpectedValueException</classname> for many errors,
|
|
|
|
<classname>BadMethodCallException</classname> if called for a zip- or
|
|
|
|
a tar-based phar archive, and a <classname>PharException</classname>
|
|
|
|
if any problems occur flushing changes to disk.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>Phar::getSupportedSignatures</function></member>
|
|
|
|
<member><function>Phar::getSignature</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2008-05-01 03:28:07 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|