mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
## 翻訳内容 ### language/predefined/attribute(1件) - language/predefined/attribute/construct.xml — Attribute::__construct() の $flags に定数タグ追加 1. php/doc-en@0eb433f ### パラメータ名修正(7件) - reference/funchand/functions/forward-static-call-array.xml — synopsis/description のパラメータ名一致修正 1. php/doc-en@c6fb604 - reference/image/functions/imageinterlace.xml — パラメータ名修正 (interlace → enable) 1. php/doc-en@c6fb604 - reference/calendar/functions/jdmonthname.xml — パラメータ名修正 (jday → julian_day) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-begin-pattern.xml — パラメータ名修正 (x-step/y-step → xstep/ystep) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-set-info.xml — パラメータ名修正 (p → psdoc, val → value) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-open-image.xml — パラメータ名 typo 修正 (lenght → length) 1. php/doc-en@c6fb604 - reference/oci8/functions/oci-free-descriptor.xml — パラメータ名修正 (descriptor → lob) 1. php/doc-en@c6fb604 ### パラメータ型・名前の同期(9件) - reference/zlib/functions/gzfile.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/zlib/functions/gzopen.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/zlib/functions/readgzfile.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/pcntl/functions/pcntl-setcpuaffinity.xml — パラメータ名変更 (pid→process_id, hmask→cpu_ids) 1. php/doc-en@aa120f3 - reference/pcntl/functions/pcntl-getcpuaffinity.xml — パラメータ名変更 (pid→process_id)、戻り値型修正 1. php/doc-en@aa120f3 - reference/zlib/functions/deflate_init.xml — options パラメータの型に object を追加 1. php/doc-en@aa120f3 - reference/zlib/functions/inflate_init.xml — options パラメータの型に object を追加 1. php/doc-en@aa120f3 - reference/ldap/functions/ldap-get-option.xml — ldap パラメータを nullable に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/openssl/functions/openssl-cms-encrypt.xml — cipher_algo の型に string を追加、changelog 追加 1. php/doc-en@aa120f3 ### reference/soap, openssl(7件) - reference/soap/soapfault/construct.xml — パラメータ名修正 + lang パラメータ追加 1. php/doc-en@9a8c593 2. php/doc-en@d9cfd78 - reference/soap/soapserver/fault.xml — lang パラメータ追加 1. php/doc-en@9a8c593 - reference/soap/soapclient/dorequest.xml — uriParserClass パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-sign.xml — padding パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-verify.xml — padding パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-private-decrypt.xml — digest_algo パラメータ追加、OEAP→OAEP typo修正 1. php/doc-en@9a8c593 2. php/doc-en@8108ac2 - reference/openssl/functions/openssl-public-encrypt.xml — digest_algo パラメータ追加、OEAP→OAEP typo修正 1. php/doc-en@9a8c593 2. php/doc-en@8108ac2
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 0eb433f1dec35ba1c0daf2d8b30b47f284ad5670 Maintainer: mumumu Status: ready -->
|
|
<refentry xml:id="attribute.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<refnamediv>
|
|
<refname>Attribute::__construct</refname>
|
|
<refpurpose>新しい Attribute のインスタンスを作成する</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<constructorsynopsis role="Attribute">
|
|
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
|
|
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Attribute::TARGET_ALL</constant></initializer></methodparam>
|
|
</constructorsynopsis>
|
|
<para>
|
|
新しい <classname>Attribute</classname> のインスタンスを作成します。
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry><term><parameter>flags</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</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
|
|
-->
|