mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 15:12:22 +01:00
78 lines
2.5 KiB
XML
78 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: e849a6c4225bd992474793ec6983df7898cae0be Maintainer: hirokawa Status: ready -->
|
|
<!-- Credits: mumumu -->
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mcrypt-module-is-block-algorithm-mode">
|
|
<refnamediv>
|
|
<refname>mcrypt_module_is_block_algorithm_mode</refname>
|
|
<refpurpose>指定したモジュールがブロックアルゴリズムであるかどうかを返す</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
&warn.deprecated.function-7-1-0.removed-7-2-0;
|
|
</refsynopsisdiv>
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>mcrypt_module_is_block_algorithm_mode</methodname>
|
|
<methodparam><type>string</type><parameter>mode</parameter></methodparam>
|
|
<methodparam choice="opt"><type>string</type><parameter>lib_dir</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
この関数は、mode がブロックアルゴリズムを使用する場合に &true;、
|
|
その他の場合に &false; を返します。(例: stream の場合に &false;、
|
|
cbc、cfb、ofb の場合に &true;)
|
|
</simpara>
|
|
</refsect1>
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>mode</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
調べたいモード。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>lib_dir</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
オプションのパラメータ <parameter>lib_dir</parameter> により、
|
|
システム上での mode モジュールの位置を指定することが可能です。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<simpara>
|
|
この関数は、mode がブロックアルゴリズムを使用する場合に &true;、
|
|
その他の場合に &false; を返します。(例: stream の場合に &false;、
|
|
cbc、cfb、ofb の場合に &true;)
|
|
</simpara>
|
|
</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
|
|
-->
|