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

74 Commits

Author SHA1 Message Date
KentarouTakeda
bede85bf76 戻り値型 bool→true 同期・return type sync 40 件 (#357)
## 翻訳内容

### reference/image(34件)— return type アノテーション修正

- reference/image/functions/imageresolution.xml — 戻り値型を `array|bool` から `array|true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagealphablending.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageantialias.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagearc.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagechar.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecharup.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecolordeallocate.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecolormatch.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopy.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopymerge.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopymergegray.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopyresampled.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopyresized.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagedashedline.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagedestroy.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageellipse.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefill.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledarc.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledellipse.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledrectangle.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilltoborder.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageflip.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagegammacorrect.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagelayereffect.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageline.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagerectangle.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesavealpha.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetbrush.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetclip.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetpixel.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetthickness.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesettile.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagestring.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagestringup.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214

### 独立ファイル

- reference/array/functions/array-multisort.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
- reference/fileinfo/functions/finfo-close.xml — 戻り値型を `true` に変更、NOP化・非推奨の changelog 追加
  1. php/doc-en@fcd9214
  2. php/doc-en@34bd6f0
  3. php/doc-en@5b76466
- reference/ftp/functions/ftp-set-option.xml — 戻り値型を `true` に変更、errors セクション追加、8.5.0 changelog 追加
  1. php/doc-en@fcd9214
  2. php/doc-en@5b76466
- reference/sem/functions/shm-detach.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
- reference/pcntl/functions/pcntl-exec.xml — 戻り値型を `bool` から `false` に修正、エンティティエンコーディング修正
  1. php/doc-en@fcd9214
- reference/libxml/functions/libxml-set-external-entity-loader.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
2026-03-16 21:02:10 +09:00
Gina Peter Banyard
5cec5ef271 sem: fix XML by converting para to simpara tags via script 2026-01-26 15:33:20 +00:00
Gina Peter Banyard
a3cb930ac3 sem: fix XML to remove useless wrapping para tags via script 2026-01-26 15:33:20 +00:00
Yoshinari Takaoka
3b77d6a506 Updated EN-Revision only / Remove extra space characters
e50e797467
2024-09-16 22:04:10 +09:00
Yoshinari Takaoka
6caf9da879 Remove empty requirements pages
605553e228
2024-07-27 11:26:43 +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
3b30b8e440 Use new class synopsis markup
14767af0f0
2023-08-30 21:53:08 +09:00
Yoshinari Takaoka
398cc9bb73 Replace <literal>true/false</literal> by their respective entities
cdc9d28d33
2023-04-09 15:25:47 +09:00
Yoshinari Takaoka
1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka
f3290a43f5 Generate various class synopses from stubs - part 1
6803b3c62d
2021-12-23 22:41:28 +09:00
Yoshinari Takaoka
80e5bf1ec7 Generate ext/sysvsem class synopses from stubs
87fe85d824
2021-11-18 00:40:19 +09:00
Yoshinari Takaoka
17f292e57f [PHP 8.0] Add Semaphore opaque classes
2d99025327
2021-10-14 06:03:22 +09:00
Yoshinari Takaoka
0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka
e55127c6be fixed untranslated return values part. 2021-08-12 21:04:09 +09:00
Yoshinari Takaoka
b6decf1fba book.sem is actually about three modules
And ftok() is in ext/standard.  Might be reasonable to split the
documentation respectively.

Anyhow, sysvshm is supported on Windows at least as of PHP 7.0.0.
2021-07-20 01:07:54 +09:00
Yoshinari Takaoka
da76ed665d Refactor SEM constant page to use standard formating 2021-05-21 12:43:14 +09:00
Yoshinari Takaoka
9e32c45b7e Remove PHP 5, 7 references (php/doc-en#565) 2021-05-13 10:14:52 +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
d998771a49 deleted unnecessary sentence. 2021-02-21 02:52:53 +09:00
Yoshinari Takaoka
def02cf418 Generate some standard methodsynopses based on stubs
Cf. <https://github.com/php/doc-en/pull/289>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352198 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-27 04:34:12 +00:00
Yoshinari Takaoka
9891280788 Document sysv* resources
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351520 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 01:44:41 +00:00
Yoshinari Takaoka
fc3a462861 Generate sysvshm methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351519 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 01:33:02 +00:00
Yoshinari Takaoka
6db37006cd Generate sysvmsn methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351518 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 01:10:48 +00:00
Yoshinari Takaoka
5731f50f0d Generate sysvsem methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351517 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 00:51:52 +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
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
e0597a2c43 Fix #71956: sem_get(0) creating an infinite amount of semaphores
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349438 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 22:52:31 +00:00
Yoshinari Takaoka
a9f6bfb5de updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348979 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-20 15:08:40 +00:00
Satoru Yoshida
6259497ffc correct typo
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348061 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-25 09:56:56 +00:00
Satoru Yoshida
72a89c683b sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346940 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 15:56:12 +00:00
TAKAGI Masahiro
bdabb9d7ee Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337523 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-17 22:53:42 +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
TAKAGI Masahiro
3c40dbfaec Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332494 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 02:36:08 +00:00
TAKAGI Masahiro
a95e4de08e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00
TAKAGI Masahiro
54bf97bb6f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326076 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 03:21:07 +00:00
TAKAGI Masahiro
edc3d6b148 s/ユーザ[^ー]/ユーザー/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +00:00
TAKAGI Masahiro
2052edc414 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323731 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 21:06:20 +00:00
TAKAGI Masahiro
e2f9d01322 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@322621 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-23 12:00:42 +00:00
TAKAGI Masahiro
8df820f508 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@313309 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-17 05:37:41 +00:00
TAKAGI Masahiro
3308252d17 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@311516 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-27 23:07:55 +00:00
TAKAGI Masahiro
fadd925cda sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@308049 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-05 18:10:49 +00:00
TAKAGI Masahiro
55457070e8 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@305017 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-01 20:31:39 +00:00
TAKAGI Masahiro
1fd6433867 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@304630 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 20:55:11 +00:00
TAKAGI Masahiro
c73bc68899 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@304435 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-15 14:13:50 +00:00
TAKAGI Masahiro
7b434dfc44 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@298992 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 21:14:31 +00:00
Daniel Egeberg
ab3f7b9839 Updating EN-Revision on up-to-date files after phpdoc/en UTF-8 conversion.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@297032 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 00:47:47 +00:00
Torben Wilson
5ba20ff84e Resynched with en (bumped EN-Revision and updated sgml-default-dtd-file).
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@288881 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-28 05:30:52 +00:00
TAKAGI Masahiro
f5dd24ad0e added Japanese translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@287130 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 03:04:15 +00:00
Nilgün Belma Bugüner
5333534b9e changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283960 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-12 18:09:21 +00:00