1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-24 00:18:15 +02:00
Files
KentarouTakeda 03d00c1991 BCMath, FFI, PDO クラスの packagesynopsis 構造移行ほか 8 件 (#354)
## 翻訳内容

BCMath, FFI, PDO 各クラスの packagesynopsis 構造への移行に伴う既訳同期(8件)

### reference/ffi(3件)

- reference/ffi/ffi.ctype.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/ffi/ffi.parserexception.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/ffi/ffi.exception.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54

### 独立ファイル

- reference/bc/bcmath.number.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/pdo_firebird/pdo-firebird.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/pdo_dblib/pdo-dblib.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/pdo_pgsql/pdo-pgsql.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
- reference/pdo_odbc/pdo-odbc.xml — packagesynopsis 構造への移行
  1. php/doc-en@462d2bc
  2. php/doc-en@ae7db14
  3. php/doc-en@3f82c54
2026-03-16 09:55:28 +09:00

127 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3f82c54505bbf99a7dfdee2ae7f674b1e2719bd3 Maintainer: saki Status: ready -->
<reference xml:id="class.bcmath-number" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BcMath\Number クラス</title>
<titleabbrev>BcMath\Number</titleabbrev>
<partintro>
<section xml:id="bcmath-number.intro">
&reftitle.intro;
<simpara>
任意精度数値のクラスです。
このオブジェクトは、オーバーロードされた
<link linkend="language.operators.arithmetic">算術演算子</link>,
<link linkend="language.operators.comparison">比較演算子</link>
をサポートしています。
</simpara>
<note>
<simpara>
このクラスは、&php.ini;で設定された
<link linkend="ini.bcmath.scale">bcmath.scale</link>
INI ディレクティブの影響を受けません。
</simpara>
</note>
<note>
<simpara>
オーバーロードされた演算子の動作は、対応するメソッドで
<parameter>scale</parameter> パラメータに &null; を指定した場合と同じです。
</simpara>
</note>
</section>
<section xml:id="bcmath-number.synopsis">
&reftitle.classsynopsis;
<packagesynopsis>
<package>BcMath</package>
<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<modifier>readonly</modifier>
<classname>Number</classname>
</ooclass>
<oointerface>
<modifier>implements</modifier>
<interfacename>Stringable</interfacename>
</oointerface>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<type>string</type>
<varname linkend="bcmath-number.props.value">value</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>int</type>
<varname linkend="bcmath-number.props.scale">scale</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.bcmath-number')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='BcMath\\Number'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.bcmath-number')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='BcMath\\Number'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
</packagesynopsis>
</section>
<section xml:id="bcmath-number.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="bcmath-number.props.value">
<term><varname>value</varname></term>
<listitem>
<simpara>
任意精度数値の文字表現。
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="bcmath-number.props.scale">
<term><varname>scale</varname></term>
<listitem>
<simpara>
オブジェクトに設定されているスケールの値。
計算メソッドで明示的に <parameter>scale</parameter> パラメータが設定されていない場合、
この値は自動的に計算されて設定されます。
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
</partintro>
&reference.bc.bcmath.entities.number;
</reference>
<!-- 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
-->