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

57 Commits

Author SHA1 Message Date
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
Yoshinari Takaoka
bacc45dc9c Fix class constant references inside parameter default values
c142be8117
2026-01-12 18:19:57 +09:00
Yoshinari Takaoka
6f26d2689f [ext/pdo] sync with en 2025-08-30 23:25:12 +09:00
KentarouTakeda
3c6a9c91a9 &Alias; の記述順が英語と日本語で入れ替わっていない箇所を全て修正 (#237) 2024-12-31 12:42:59 +09:00
Takuya Aramaki
2d197d5a6c PDO関連のマニュアル修正のアップデート (#235)
* php/doc-en#4288 を反映(PDOのディレクトリ構成変更)

* php/doc-en#4298 を反映(不要セクションの削除)

* Update EN-Revision

* php/doc-en#4330 を反映(PDOの階層構造の変更)
2024-12-31 12:04:04 +09:00
yasuaki640
550b759e63 Unified server notation shaking (#223) 2024-12-22 17:32:30 +09:00
KentarouTakeda
2c97ea17e9 [PHP 8.4] PDOサブクラス・新メソッド (#205)
* 新規ファイルコピー・リビジョン変更・ホワイトスペース修正

* referenceの更新

* 新たなPDOサブクラスとメソッドの翻訳

* 「コメント」「Cスタイル」の改善と「新機能」へのバックポート

* *C 定数* → *C 言語の定数*
2024-12-13 12:21:15 +09:00
Gina Peter Banyard
4671af8859 Fix RelaxNG violation
This is due to an improper sync with doc-en
2024-11-04 15:11:31 +00:00
KentarouTakeda
3f76f3c77b [PHP 8.4] PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE の翻訳 (#148) 2024-11-04 06:27:36 -08:00
Yoshinari Takaoka
d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

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

closes: #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
e909d4ca41 表記揺れを修正: サーバー / サーバ
find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/\(サーバ\)\([^ー]\)/サーバー\2/g"

closes: #69
2022-12-19 23:00:35 +09:00
Yoshinari Takaoka
3f08755e39 Add PDO PgSQL example for unix socket
ce612fcdfb
2022-11-24 23:43:04 +09:00
Yoshinari Takaoka
1f5fd6e74a PDO::pgsqlGetNotify inconsistent return type
d5ba7eb2cd
2022-03-01 19:35:08 +09:00
Yoshinari Takaoka
18638f02d5 PDO::pgsqlCopyToArray() has wrong default delimiter
909d99fd64
2021-12-22 21:37:22 +09:00
Yoshinari Takaoka
56bb095466 Document PDO::PGSQL_ATTR_DISABLE_PREPARES attribute
f8718da894
2021-12-02 19:53:39 +09:00
Yoshinari Takaoka
1de0bc411d Upadted EN-Revision only / The proper name is PostgreSQL
自然に修正済みであった。Author の手癖の問題。
28efc4fb29
2021-11-12 06:57:59 +09:00
Yoshinari Takaoka
d1c287f926 Can't use DSN with semicolons
https://bugs.php.net/bug.php?id=71310
1c9673edff
2021-11-12 06:55:54 +09:00
Yoshinari Takaoka
ea2e5d0f4e Move bytea relate note to more appropriate place
This has nothing to do with the DSN.

eefb871c7a#
2021-11-12 06:52:03 +09:00
Yoshinari Takaoka
73ee28875c PDO_PGSQL DSN could have "sslmode" documented
a0f0f0446d
2021-11-09 07:36:07 +09:00
Yoshinari Takaoka
eb80d16a4b update EN-Revision only 2021-06-07 11:34:36 +09:00
Yoshinari Takaoka
956f40adca Fix lone section order issues in various extensions 2021-06-07 11:28:12 +09:00
Yoshinari Takaoka
7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +09:00
George Peter Banyard
223542483b Update EN-Revision tags for new rev-check
This only updates files which have an empty diff between the two different revisions
2021-02-02 18:27:13 +00: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
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
a8b0bf34e2 added pdo related missing doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348911 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 12:26:26 +00:00
Simion Onea
31eae4c3b3 Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334778 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 21:01:42 +00:00
TAKAGI Masahiro
17cf8ccf62 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330591 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 03:30:51 +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
2d61ffd739 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@329259 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-21 20:12:17 +00:00
TAKAGI Masahiro
45eb0ed92f s/インターフェース/インターフェイス/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324309 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-16 19:36:36 +00:00
TAKAGI Masahiro
4284d39ec2 s/サーバ[^ー]/サーバー/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324072 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:47:36 +00:00
TAKAGI Masahiro
e96302c5b7 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323849 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 23:07:19 +00:00
TAKAGI Masahiro
c8e9703a78 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@322570 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-22 10:17:30 +00:00
TAKAGI Masahiro
6f7fdc84bb sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@315121 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 01:49:52 +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
e5afddbdb1 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@308040 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-05 08:15:37 +00:00
TAKAGI Masahiro
60d959d06f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@298968 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 13:07:27 +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
Nilgün Belma Bugüner
5ac4d14f41 changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283958 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-12 17:56:55 +00:00
TAKAGI Masahiro
3d689d4519 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@275756 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-13 14:32:27 +00:00
Philip Olson
7fa2e2833f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@260766 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-05 06:04:13 +00:00
TAKAGI Masahiro
4595335e6f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@249596 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-01 05:31:10 +00:00
TAKAGI Masahiro
c6fb019b9e sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@249073 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 22:01:44 +00:00
Hannes Magnusson
35f13bf340 Sync with en: Rename "functions.xml" to "entities.*.xml"
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@247916 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:11:42 +00:00
TAKAGI Masahiro
ce96890bf7 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@241672 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-21 03:42:02 +00:00
Hannes Magnusson
d0ac585542 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there
 - Bump EN-Revision where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@238266 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-22 14:32:58 +00:00
TAKAGI Masahiro
9bd6e8f6fa sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@231124 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-04 02:32:47 +00:00
TAKAGI Masahiro
bca50d430e sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@209890 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-22 18:09:25 +00:00