diff --git a/language/predefined/attribute/construct.xml b/language/predefined/attribute/construct.xml index 80e73da822..f987eb279f 100644 --- a/language/predefined/attribute/construct.xml +++ b/language/predefined/attribute/construct.xml @@ -1,6 +1,6 @@ - + Attribute::__construct @@ -11,7 +11,7 @@ &reftitle.description; public Attribute::__construct - intflagsAttribute::TARGET_ALL + intflagsAttribute::TARGET_ALL 新しい Attribute のインスタンスを作成します。 diff --git a/reference/calendar/functions/jdmonthname.xml b/reference/calendar/functions/jdmonthname.xml index 55e746b7b6..be559c4de8 100644 --- a/reference/calendar/functions/jdmonthname.xml +++ b/reference/calendar/functions/jdmonthname.xml @@ -1,6 +1,6 @@ - + @@ -71,7 +71,7 @@ - jday + julian_day 変換したいユリウス積算日。 diff --git a/reference/funchand/functions/forward-static-call-array.xml b/reference/funchand/functions/forward-static-call-array.xml index 8d0c6c2b7d..1269ecfc87 100644 --- a/reference/funchand/functions/forward-static-call-array.xml +++ b/reference/funchand/functions/forward-static-call-array.xml @@ -1,6 +1,6 @@ - + @@ -39,7 +39,7 @@ - parameter + args このひとつのパラメータに、メソッドに渡すすべてのパラメータを配列で指定します。 diff --git a/reference/image/functions/imageinterlace.xml b/reference/image/functions/imageinterlace.xml index b218bb553d..df50faa33f 100644 --- a/reference/image/functions/imageinterlace.xml +++ b/reference/image/functions/imageinterlace.xml @@ -1,6 +1,6 @@ - + @@ -29,7 +29,7 @@ &gd.image.description; - interlace + enable &true; の場合はインターレース画像となり、 diff --git a/reference/ldap/functions/ldap-get-option.xml b/reference/ldap/functions/ldap-get-option.xml index b7d0e831a9..2fcca9fc55 100644 --- a/reference/ldap/functions/ldap-get-option.xml +++ b/reference/ldap/functions/ldap-get-option.xml @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolldap_get_option - LDAP\Connectionldap + LDAP\Connectionnullldap intoption arraystringintvalue&null; @@ -29,7 +29,12 @@ ldap - &ldap.parameter.ldap; + 特定の接続に対してオプションを取得する場合は、 + ldap_connect が返す、 + LDAP\Connection + クラスのインスタンス。 + グローバルなオプションを取得する場合は、 + &null; を指定します。 @@ -244,6 +249,12 @@ + + 8.5.0 + + ldap は、nullable になりました。 + + &ldap.changelog.ldap-object; diff --git a/reference/oci8/functions/oci-free-descriptor.xml b/reference/oci8/functions/oci-free-descriptor.xml index 3cd1b13385..e0e0dba116 100644 --- a/reference/oci8/functions/oci-free-descriptor.xml +++ b/reference/oci8/functions/oci-free-descriptor.xml @@ -1,6 +1,6 @@ - + oci_free_descriptor @@ -23,7 +23,7 @@ - descriptor + lob oci_new_descriptor で確保したディスクリプタ。 diff --git a/reference/openssl/functions/openssl-cms-encrypt.xml b/reference/openssl/functions/openssl-cms-encrypt.xml index 5c04ab8715..e22f8132e8 100644 --- a/reference/openssl/functions/openssl-cms-encrypt.xml +++ b/reference/openssl/functions/openssl-cms-encrypt.xml @@ -1,6 +1,6 @@ - + openssl_cms_encrypt @@ -17,7 +17,7 @@ arraynullheaders intflags0 intencodingOPENSSL_ENCODING_SMIME - intcipher_algoOPENSSL_CIPHER_AES_128_CBC + stringintcipher_algoOPENSSL_CIPHER_AES_128_CBC この関数は、一人以上のメッセージの受け手に向けて、 @@ -108,6 +108,13 @@ + + 8.5.0 + + cipher_algo の型が int または string になりました。 + これより前のバージョンでは、int でした。 + + 8.1.0 diff --git a/reference/openssl/functions/openssl-private-decrypt.xml b/reference/openssl/functions/openssl-private-decrypt.xml index d79d843645..62a796e0f5 100644 --- a/reference/openssl/functions/openssl-private-decrypt.xml +++ b/reference/openssl/functions/openssl-private-decrypt.xml @@ -1,6 +1,6 @@ - + @@ -16,6 +16,7 @@ #[\SensitiveParameter]stringdecrypted_data #[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystringprivate_key intpaddingOPENSSL_PKCS1_PADDING + stringnulldigest_algo&null; openssl_private_decrypt は、事前に @@ -67,6 +68,14 @@ + + digest_algo + + + OAEP パディング用のダイジェストアルゴリズム。&null; の場合はデフォルトのアルゴリズムを使用します。 + + + @@ -89,6 +98,12 @@ + + 8.5.0 + + オプションのパラメータ digest_algo が追加されました。 + + 8.0.0 diff --git a/reference/openssl/functions/openssl-public-encrypt.xml b/reference/openssl/functions/openssl-public-encrypt.xml index 6a856994c8..86b14d0c67 100644 --- a/reference/openssl/functions/openssl-public-encrypt.xml +++ b/reference/openssl/functions/openssl-public-encrypt.xml @@ -1,6 +1,6 @@ - + @@ -16,6 +16,7 @@ stringencrypted_data OpenSSLAsymmetricKeyOpenSSLCertificatearraystringpublic_key intpaddingOPENSSL_PKCS1_PADDING + stringnulldigest_algo&null; openssl_public_encrypt は、data @@ -69,6 +70,15 @@ + + digest_algo + + + OAEP パディング用のダイジェストアルゴリズム。 + デフォルトのアルゴリズムを使用する場合は &null; を指定します。 + + + @@ -91,6 +101,12 @@ + + 8.5.0 + + オプションのパラメータ digest_algo が追加されました。 + + 8.0.0 diff --git a/reference/openssl/functions/openssl-sign.xml b/reference/openssl/functions/openssl-sign.xml index 2967e70d26..23729c08d2 100644 --- a/reference/openssl/functions/openssl-sign.xml +++ b/reference/openssl/functions/openssl-sign.xml @@ -1,6 +1,6 @@ - + @@ -16,6 +16,7 @@ stringsignature #[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystringprivate_key stringintalgorithmOPENSSL_ALGO_SHA1 + intpadding0 openssl_sign は、指定した @@ -67,6 +68,12 @@ + + padding + + 使用する RSA PSS パディング。 + + @@ -89,6 +96,12 @@ + + 8.5.0 + + オプションのパラメータ padding が追加されました。 + + 8.0.0 diff --git a/reference/openssl/functions/openssl-verify.xml b/reference/openssl/functions/openssl-verify.xml index 369d0beaef..b47bd073b2 100644 --- a/reference/openssl/functions/openssl-verify.xml +++ b/reference/openssl/functions/openssl-verify.xml @@ -1,6 +1,6 @@ - + @@ -16,6 +16,7 @@ stringsignature OpenSSLAsymmetricKeyOpenSSLCertificatearraystringpublic_key stringintalgorithmOPENSSL_ALGO_SHA1 + intpadding0 openssl_verify は、 @@ -70,6 +71,12 @@ MIIBCgK... など)。 + + padding + + 使用する RSA PSS パディング。 + + @@ -93,6 +100,12 @@ MIIBCgK... など)。 + + 8.5.0 + + オプションのパラメータ padding が追加されました。 + + 8.0.0 diff --git a/reference/pcntl/functions/pcntl-getcpuaffinity.xml b/reference/pcntl/functions/pcntl-getcpuaffinity.xml index 07b35fce57..fa673ce821 100644 --- a/reference/pcntl/functions/pcntl-getcpuaffinity.xml +++ b/reference/pcntl/functions/pcntl-getcpuaffinity.xml @@ -1,6 +1,6 @@ - + pcntl_getcpuaffinity @@ -10,11 +10,11 @@ &reftitle.description; - boolarraypcntl_getcpuaffinity - intnullpid&null; + arrayfalsepcntl_getcpuaffinity + intnullprocess_id&null; - pid のCPUアフィニティを取得します。 + process_id のCPUアフィニティを取得します。 @@ -22,7 +22,7 @@ &reftitle.parameters; - pid + process_id &null; を指定すると、現在のプロセスIDを使います。 @@ -44,12 +44,12 @@ &reftitle.errors; - pid が不正なプロセスIDであったり、 + process_id が不正なプロセスIDであったり、 CPUマスクを作るのに失敗した場合、ValueError がスローされます。 - pid が、 + process_id が、 現在のユーザーがパーミッションを持っていないプロセスだった場合、 E_WARNING が発生します。 diff --git a/reference/pcntl/functions/pcntl-setcpuaffinity.xml b/reference/pcntl/functions/pcntl-setcpuaffinity.xml index 5d38ccec45..ec53e0ef26 100644 --- a/reference/pcntl/functions/pcntl-setcpuaffinity.xml +++ b/reference/pcntl/functions/pcntl-setcpuaffinity.xml @@ -1,6 +1,6 @@ - + pcntl_setcpuaffinity @@ -11,12 +11,12 @@ &reftitle.description; boolpcntl_setcpuaffinity - intnullpid&null; - arrayhmask + intnullprocess_id&null; + arraycpu_ids[] - hmask で指定した CPU アフィニティマスクを、 - pid の CPU アフィニティとして設定します。 + cpu_ids で指定した CPU アフィニティマスクを、 + process_id の CPU アフィニティとして設定します。 @@ -24,7 +24,7 @@ &reftitle.parameters; - pid + process_id &null; を指定すると、現在のプロセスIDを使います。 @@ -32,7 +32,7 @@ - hmask + cpu_ids プロセスID に紐付いたひとつ以上のCPU ID からなる、CPUアフィニティマスク @@ -53,9 +53,9 @@ &reftitle.errors; - hmask から取得できる CPU ID が不正な場合、 + cpu_ids から取得できる CPU ID が不正な場合、 TypeError がスローされます。 - pid が不正なプロセスIDであったり、 + process_id が不正なプロセスIDであったり、 CPUマスクを作るのに失敗した場合、ValueError がスローされます。 diff --git a/reference/ps/functions/ps-begin-pattern.xml b/reference/ps/functions/ps-begin-pattern.xml index 85ebe8e52f..b62af467cd 100644 --- a/reference/ps/functions/ps-begin-pattern.xml +++ b/reference/ps/functions/ps-begin-pattern.xml @@ -1,6 +1,6 @@ - + ps_begin_pattern @@ -57,7 +57,7 @@ - x-step + xstep パターンを水平方向に並べる際のピクセル単位の間隔。 @@ -65,7 +65,7 @@ - y-step + ystep パターンを垂直方向に並べる際のピクセル単位の間隔。 diff --git a/reference/ps/functions/ps-open-image.xml b/reference/ps/functions/ps-open-image.xml index 53c5844f52..74c4e86e40 100644 --- a/reference/ps/functions/ps-open-image.xml +++ b/reference/ps/functions/ps-open-image.xml @@ -1,6 +1,6 @@ - + ps_open_image @@ -15,7 +15,7 @@ stringtype stringsource stringdata - intlenght + intlength intwidth intheight intcomponents diff --git a/reference/ps/functions/ps-set-info.xml b/reference/ps/functions/ps-set-info.xml index 2fed8b61eb..1234d8da2f 100644 --- a/reference/ps/functions/ps-set-info.xml +++ b/reference/ps/functions/ps-set-info.xml @@ -1,6 +1,6 @@ - + ps_set_info @@ -11,9 +11,9 @@ &reftitle.description; boolps_set_info - resourcep + resourcepsdoc stringkey - stringval + stringvalue ドキュメントの情報フィールドを設定します。この情報は、PostScript diff --git a/reference/soap/soapclient/dorequest.xml b/reference/soap/soapclient/dorequest.xml index 900a5ec1e7..6d89a38ddf 100644 --- a/reference/soap/soapclient/dorequest.xml +++ b/reference/soap/soapclient/dorequest.xml @@ -1,6 +1,6 @@ - + @@ -18,6 +18,7 @@ stringaction intversion booloneWay&false; + stringnulluriParserClass&null; HTTP 上で SOAP リクエストを実行します。 @@ -73,6 +74,16 @@ + + uriParserClass + + + レスポンスで "Location" ヘッダを受信した場合に、 + リダイレクト URI のパースに使用するクラス名。 + &null; を指定すると、デフォルトの parse_url ベースのパースが使用されます。 + + + @@ -95,6 +106,12 @@ + + 8.5.0 + + オプションのパラメータ uriParserClass が追加されました。 + + 8.0.0 diff --git a/reference/soap/soapfault/construct.xml b/reference/soap/soapfault/construct.xml index 3d7ea7f842..5cf52ba2b2 100644 --- a/reference/soap/soapfault/construct.xml +++ b/reference/soap/soapfault/construct.xml @@ -1,6 +1,6 @@ - + @@ -19,12 +19,13 @@ mixeddetails&null; stringnullname&null; mixedheaderFault&null; + stringlang"" このクラスは、PHP ハンドラから SOAP フォールトレスポンスを送信した場合に有用です。 - faultcode, faultstring, - faultactor および detail + code, string, + actor および details は SOAP フォールトの標準的な要素です。 @@ -34,7 +35,7 @@ - faultcode + code SoapFault のエラーコード @@ -42,7 +43,7 @@ - faultstring + string SoapFault のエラーメッセージ @@ -50,7 +51,7 @@ - faultactor + actor エラーの原因となったアクターを識別する文字列 @@ -58,7 +59,7 @@ - detail + details エラーの原因についての詳細な情報 @@ -66,7 +67,7 @@ - faultname + name WSDL からの厳密なフォールトエンコーディングを取得するために利用可能 @@ -74,7 +75,7 @@ - headerfault + headerFault レスポンスヘッダにおいて SOAP @@ -82,10 +83,41 @@ + + lang + + + SoapFault が記述されている自然言語。SOAP バージョン 1.2 でのみ使用されます。 + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + SOAP 1.2 仕様に準拠するため、オプションのパラメータ + lang が追加されました。 + + + + + + + &reftitle.examples; diff --git a/reference/soap/soapserver/fault.xml b/reference/soap/soapserver/fault.xml index d5ddbb7e3b..60dc730f02 100644 --- a/reference/soap/soapserver/fault.xml +++ b/reference/soap/soapserver/fault.xml @@ -1,6 +1,6 @@ - + @@ -18,6 +18,7 @@ stringactor"" mixeddetails&null; stringname"" + stringlang"" 現在のリクエストに対するレスポンスとして、エラーを表す内容をクライアントに送信します。 @@ -73,6 +74,12 @@ + + lang + + SoapFault が記述されている自然言語。SOAP バージョン 1.2 でのみ使用されます。 + + @@ -84,6 +91,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + SOAP 1.2 仕様に準拠するため、 + オプションのパラメータ lang が追加されました。 + + + + + + + &reftitle.seealso; diff --git a/reference/zlib/functions/deflate_init.xml b/reference/zlib/functions/deflate_init.xml index 203f2d2d35..f459e1a82e 100644 --- a/reference/zlib/functions/deflate_init.xml +++ b/reference/zlib/functions/deflate_init.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ DeflateContextfalsedeflate_init intencoding - arrayoptions[] + arrayobjectoptions[] 指定された encoding を使って diff --git a/reference/zlib/functions/gzfile.xml b/reference/zlib/functions/gzfile.xml index 16eebec6c3..4b882ad9ca 100644 --- a/reference/zlib/functions/gzfile.xml +++ b/reference/zlib/functions/gzfile.xml @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ arrayfalsegzfile stringfilename - intuse_include_path0 + booluse_include_path&false; ファイルを配列にして返すこと以外は readgzfile @@ -34,12 +34,9 @@ use_include_path - - もし include_path - にあるファイルも検索したい場合、 - このオプションパラメータに 1 - を設定することができます。 - + + &true; を設定すると、include_path にあるファイルも検索します。 + @@ -49,9 +46,33 @@ &reftitle.returnvalues; ファイルを含む配列で、要素毎に 1 行ずつ含んでいます。空行も含み、改行もついた状態です。 - &return.falseforfailure; + &return.falseforfailure;. + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + use_include_path の型が bool になりました。 + これより前は、int でした。 + + + + + + + &reftitle.examples; @@ -70,6 +91,7 @@ foreach ($lines as $line) { + &reftitle.seealso; diff --git a/reference/zlib/functions/gzopen.xml b/reference/zlib/functions/gzopen.xml index b4ee8a2789..4078806a17 100644 --- a/reference/zlib/functions/gzopen.xml +++ b/reference/zlib/functions/gzopen.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ resourcefalsegzopen stringfilename stringmode - intuse_include_path0 + booluse_include_path&false; 読み込みもしくは書き込みのために gzip (.gz) ファイルをオープンします。 @@ -55,11 +55,9 @@ use_include_path - - このオプションパラメータを 1 にすることにより、 - include_pathにあるファイルも - 検索することができます。 - + + &true; を設定すると、include_path にあるファイルも検索します。 + @@ -76,6 +74,30 @@ オープンに失敗した場合、この関数は &false; を返します。 + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + use_include_path の型が bool になりました。 + これより前は、int でした。 + + + + + + + &reftitle.examples; diff --git a/reference/zlib/functions/inflate_init.xml b/reference/zlib/functions/inflate_init.xml index 552969c10d..e1fe33a3d3 100644 --- a/reference/zlib/functions/inflate_init.xml +++ b/reference/zlib/functions/inflate_init.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ InflateContextfalseinflate_init intencoding - arrayoptions[] + arrayobjectoptions[] 指定された encoding でインクリメンタルな解凍コンテキストを初期化します diff --git a/reference/zlib/functions/readgzfile.xml b/reference/zlib/functions/readgzfile.xml index 087b37ebb1..a17543f85a 100644 --- a/reference/zlib/functions/readgzfile.xml +++ b/reference/zlib/functions/readgzfile.xml @@ -1,6 +1,6 @@ - + @@ -64,6 +64,29 @@ &fs.emits.warning.on.failure; + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + use_include_path の型が bool になりました。 + これより前は、int でした。 + + + + + + + &reftitle.seealso;