1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

98 Commits

Author SHA1 Message Date
KentarouTakeda
9c401d3a96 パラメータ同期・新パラメータ追加・typo修正ほか 24 件 (#355)
## 翻訳内容

### 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
2026-03-16 09:55:36 +09:00
Yoshinari Takaoka
ee0062c555 [zlib] sync with en
https://github.com/php/doc-en/commits/master/reference/zlib
2025-08-27 18:53:58 +09:00
Haruki Tazoe
9129e11ff6 [PHP 8.4] doc-en#4105とdoc-en#4109の翻訳 (#201)
* socket_create_listenの変更履歴翻訳(4109)

* zlibのセットアップ翻訳(4105)
2024-11-30 19:38:49 +09:00
Yoshinari Takaoka
7238ae28c2 Add missing zlib constants
ac6c09ba8a
2024-07-27 12:09:09 +09:00
Gina Peter Banyard
e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Gina Peter Banyard
3949505003 Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
Replace PHP_INI_* with INI_* constants
2024-01-26 13:55:31 +00:00
Yoshinari Takaoka
6ff6998188 updated EN-Revision only 2024-01-14 18:17:23 +09:00
Yoshinari Takaoka
9a26c47996 Move ob_gzhandler to zlib
0fb27c54ea
2024-01-14 16:39:45 +09:00
Yoshinari Takaoka
ef5f805cec Syncronize predefined constants with stubs - part 1 2023-09-05 20:35:39 +09:00
Yoshinari Takaoka
3b30b8e440 Use new class synopsis markup
14767af0f0
2023-08-30 21:53:08 +09:00
Yoshinari Takaoka
38ae7d2d30 Remove incorrect inflate_get_status() return false description
56680aaa77
2023-02-22 16:03:43 +09:00
Yoshinari Takaoka
c8bdc88184 Drop gzpassthru() return false description
15352977cf
2023-01-15 20:41:16 +09:00
Yoshinari Takaoka
ddbf7d42bc Revert "Add documentation for default constructors - part 1
adf11d8d64
2022-12-28 18:56:59 +09:00
Yoshinari Takaoka
18d1a009ea Add documentation for default constructors - part 1
0510540984
2022-12-20 10:06:09 +09:00
Yoshinari Takaoka
d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。

closes: #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
3e4d92d420 Fix: gzdecode raises Warning on invalid data
We keep that unspecific, at least for now.

7fc84e37b7
2022-05-08 10:14:24 +09:00
Yoshinari Takaoka
baf44af4f1 Generate ext/zlib class synopses from stubs
6384699ff8
2021-11-18 20:44:56 +09:00
Yoshinari Takaoka
c0843479c9 Incremental inflate contexts don't protect against Zip bombs
b9d23bbb94
2021-11-09 23:21:38 +09:00
Yoshinari Takaoka
2e443546ae removed PHP4 related zlib note. (php/doc-en#739) 2021-06-27 23:16:17 +09:00
Yoshinari Takaoka
60aa21d889 Remove magic_quotes_runtime docs 2021-06-26 21:12:35 +09:00
Yoshinari Takaoka
29cc366174 Remove PHP 5, 7 references (php/doc-en#564)
- zookeeper
- zlib
- zip
- yaf
- uopz
- uodbc
- openssl
- funchand
2021-06-04 17:37:35 +09:00
Yoshinari Takaoka
c1ab031a18 Add missing parameters section to zlib-get-coding-type.xml (php/doc-en#567) 2021-05-01 15:30:03 +09:00
Yoshinari Takaoka
4c4cf5d04b Removed references to PHP 5, PHP 7.0 (php/doc-en#548) 2021-04-26 21:29:47 +09:00
Yoshinari Takaoka
baeb602790 Removed references to PHP 5, PHP 7.0 (php/doc-en#545) 2021-04-25 17:35:27 +09:00
Yoshinari Takaoka
7bdc4e3201 Remove or rewrite examples using implode("", file(...)) (#523)
This is a weirdly inefficient way of getting a file's content into
a string, and I'm not sure why anyone would think it was a good
idea.
2021-04-15 03:16:31 +09:00
Yoshinari Takaoka
649d683074 xi:include INI settings documented elsewhere in ini.list
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).

We do add xi:fallback elements to all xi:includes, just in case.
2021-02-25 03:35:53 +09:00
Yoshinari Takaoka
8b02f69f66 changed warning about deleted functions as of PHP 8.0.0. 2021-02-10 20:16:35 +09:00
Yoshinari Takaoka
bb53e2bd90 s/シグナチャ/シグネチャ/ 2021-02-09 21:02:05 +09:00
Yoshinari Takaoka
9f7e46d24d update EN-Revision only 2021-01-20 06:28:32 +09:00
Yoshinari Takaoka
2d014aee18 Update some methodsynopses
Cf.
<7290dc4dcf>,
<c31f9f7ee4>.
2021-01-20 06:23:02 +09:00
Yoshinari Takaoka
975835b9bd update EN-Revision only
EN-Revision was fully updated, because of revert r351730, r351729.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
d94eece62e Document new opaque classes which replace resources
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351936 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:57:14 +00:00
Yoshinari Takaoka
d36b769ad6 Generate zlib methodsynopses based on stubs
Closes GH-235.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351660 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-26 00:54:59 +00:00
Yoshinari Takaoka
e5838751cf Fix #78527: zlib deflate bug with windowBits == 8
Fix #75807: deflate_init fails with window bits set to 8


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351461 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-20 20:07:32 +00:00
Yoshinari Takaoka
e70a9d4629 Fix return types
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351156 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:51:55 +00:00
Yoshinari Takaoka
144f5f2124 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
e9aa36bc7f Enclose example code in PHP tag
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350920 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-15 14:15:09 +00:00
Yoshinari Takaoka
73ccac34bf Remove PHP4 or PHP5 only extension, changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka
63ffec2265 added missing zlib related doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348920 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 16:09:06 +00:00
Yoshinari Takaoka
db535989d9 updated EN-revision and some tweaks.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348866 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 13:03:22 +00:00
Satoru Yoshida
6758b3e024 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348071 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-26 15:26:57 +00:00
Satoru Yoshida
fe07575cd5 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@347997 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-16 10:50:42 +00:00
Satoru Yoshida
d85eb9c698 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342277 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-09 13:43:22 +00:00
TAKAGI Masahiro
9ffe24df30 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340015 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-11 22:52:57 +00:00
TAKAGI Masahiro
f94c0a0103 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337673 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-30 20:21:34 +00:00
TAKAGI Masahiro
b8f1ab6df3 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 23:24:26 +00:00
Satoru Yoshida
bb8c8c7419 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333634 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-31 12:01:42 +00:00
TAKAGI Masahiro
9c47ab376e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333411 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 23:11:28 +00:00
TAKAGI Masahiro
2c76645691 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333222 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-30 12:52:11 +00:00
TAKAGI Masahiro
985dfa4985 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332468 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-18 23:01:16 +00:00