Skip to content

Commit

Permalink
referenceの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 7, 2024
1 parent 64a7db7 commit 10e3742
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
3 changes: 2 additions & 1 deletion reference/pdo_dblib/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<titleabbrev>MS SQL Server (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-dblib.intro">
<section xml:id="ref.pdo-dblib.intro">
&reftitle.intro;
<para>
PDO_DBLIB は <link linkend="intro.pdo">PHP
Expand Down Expand Up @@ -125,6 +125,7 @@ dblib:host=localhost;dbname=testdb
</refentry>

</reference>
&reference.pdo-dblib.pdo-dblib;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/pdo_firebird/constants.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: takagi Status: ready -->
<section xml:id="pdo-firebird.constants" xmlns="http://docbook.org/ns/docbook">
<section xml:id="ref.pdo-firebird.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&pdo.driver-constants;
<variablelist>
Expand Down
3 changes: 2 additions & 1 deletion reference/pdo_firebird/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<titleabbrev>Firebird (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-firebird.intro">
<section xml:id="ref.pdo-firebird.intro">
&reftitle.intro;
<para>
PDO_FIREBIRD は、PHP から Firebird
Expand Down Expand Up @@ -131,6 +131,7 @@ firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dial
</refentry>

</reference>
&reference.pdo-firebird.pdo-firebird;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/pdo_mysql/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- $Revision$ -->
<!-- EN-Revision: 3cbeca5d54a188b1b1b0dd2956f575ec0be986fe Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<section xml:id="pdo-mysql.constants" xmlns="http://docbook.org/ns/docbook">
<section xml:id="ref.pdo-mysql.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&pdo.driver-constants;
<variablelist>
Expand Down
3 changes: 2 additions & 1 deletion reference/pdo_mysql/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<titleabbrev>MySQL (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-mysql.intro">
<section xml:id="ref.pdo-mysql.intro">
&reftitle.intro;
<para>
PDO_MYSQL は、PHP から MySQL データベースへのアクセスを可能にするための
Expand Down Expand Up @@ -181,6 +181,7 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
</refentry>

</reference>
&reference.pdo-mysql.pdo-mysql;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
3 changes: 2 additions & 1 deletion reference/pdo_odbc/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<titleabbrev>ODBC and DB2 (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-odbc.intro">
<section xml:id="ref.pdo-odbc.intro">
&reftitle.intro;
<para>
PDO_ODBC は <link linkend="intro.pdo">PHP
Expand Down Expand Up @@ -170,6 +170,7 @@ odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\db.mdb;Uid=Admin
</refentry>

</reference>
&reference.pdo-odbc.pdo-odbc;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
8 changes: 4 additions & 4 deletions reference/pdo_pgsql/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<titleabbrev>PostgreSQL (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-pgsql.intro">
<section xml:id="ref.pdo-pgsql.intro">
&reftitle.intro;
<para>
PDO_PGSQL は、PHP から PostgreSQL
Expand All @@ -18,7 +18,7 @@
</para>
</section>

<section xml:id="pdo-pgsql.resources">
<section xml:id="ref.pdo-pgsql.resources">
&reftitle.resources;
<para>
この拡張モジュールでは、ストリームリソースを定義しています。これは
Expand All @@ -29,7 +29,7 @@
&reference.pdo-pgsql.configure;
&reference.pdo-pgsql.constants;

<section xml:id="pdo-pgsql.general-notes">
<section xml:id="ref.pdo-pgsql.general-notes">
<title>General notes</title>
<note>
<para>
Expand Down Expand Up @@ -157,7 +157,7 @@ pgsql:host=/tmp;port=5432;dbname=testdb;user=bruce;password=mypass
&reference.pdo-pgsql.entities.PDO;

</reference>

&reference.pdo-pgsql.pdo-pgsql;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
3 changes: 2 additions & 1 deletion reference/pdo_sqlite/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<titleabbrev>SQLite (PDO)</titleabbrev>
<partintro>

<section xml:id="pdo-sqlite.intro">
<section xml:id="ref.pdo-sqlite.intro">
&reftitle.intro;
<para>
PDO_SQLITE は、PHP から SQLite 2 や SQLite 3
Expand Down Expand Up @@ -94,6 +94,7 @@ sqlite:
&reference.pdo-sqlite.entities.PDO;

</reference>
&reference.pdo-sqlite.pdo-sqlite;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down

0 comments on commit 10e3742

Please sign in to comment.