mirror of
https://github.com/php/doc-ru.git
synced 2025-08-20 16:51:35 +00:00
75 lines
2.2 KiB
XML
75 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: 79bc1248b2295d9c9f0837d1ddcaea9d7c2853a7 Maintainer: sergey Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<refentry xml:id="function.rnp-ffi-create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<refnamediv>
|
||
<refname>rnp_ffi_create</refname>
|
||
<refpurpose>Создаёт объект верхнего уровня, используемый для взаимодействия с библиотекой</refpurpose>
|
||
</refnamediv>
|
||
|
||
<refsect1 role="description">
|
||
&reftitle.description;
|
||
<methodsynopsis>
|
||
<type class="union"><type>RnpFFI</type><type>false</type></type><methodname>rnp_ffi_create</methodname>
|
||
<methodparam><type>string</type><parameter>pub_format</parameter></methodparam>
|
||
<methodparam><type>string</type><parameter>sec_format</parameter></methodparam>
|
||
</methodsynopsis>
|
||
<para>
|
||
|
||
</para>
|
||
|
||
|
||
</refsect1>
|
||
|
||
<refsect1 role="parameters">
|
||
&reftitle.parameters;
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term><parameter>pub_format</parameter></term>
|
||
<listitem>
|
||
<para>
|
||
Формат открытого ключа, RNP_KEYSTORE_GPG или другая константа RNP_KEYSTORE_*.
|
||
</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><parameter>sec_format</parameter></term>
|
||
<listitem>
|
||
<para>
|
||
Формат закрытого ключа, RNP_KEYSTORE_GPG или другая константа RNP_KEYSTORE_*.
|
||
</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</refsect1>
|
||
|
||
<refsect1 role="returnvalues">
|
||
&reftitle.returnvalues;
|
||
<para>
|
||
Возвращает объект <type>RnpFFI</type> в случае успешного выполнения&return.falseforfailure;.
|
||
</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
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
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
|
||
-->
|