-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PHP 8.4] DBA resource to Object conversions (#185)
* DBAの翻訳 * class.dba-connection ページタイトルの翻訳 * php/doc-en@1a53c22 をチェリーピックで翻訳追加 --------- Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
- Loading branch information
1 parent
a2d89e1
commit b4a510b
Showing
4 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- $Revision$ --> | ||
<!-- EN-Revision: 44428b04b7b046593e9ab33874eddd1fea7dfab1 Maintainer: Ippey Status: ready --> | ||
<!-- CREDITS: ippey --> | ||
|
||
<reference xml:id="class.dba-connection" role="class" xmlns="http://docbook.org/ns/docbook"> | ||
<title>Dba\Connection クラス</title> | ||
<titleabbrev>Dba\Connection</titleabbrev> | ||
|
||
<partintro> | ||
|
||
<!-- {{{ Dba\Connection intro --> | ||
<section xml:id="dba-connection.intro"> | ||
&reftitle.intro; | ||
<para> | ||
PHP 8.4.0 以降、 <literal>dba</literal> リソースを置き換える完全不透明クラスです。 | ||
</para> | ||
</section> | ||
<!-- }}} --> | ||
|
||
<section xml:id="dba-connection.synopsis"> | ||
&reftitle.classsynopsis; | ||
|
||
<!-- {{{ Synopsis --> | ||
<classsynopsis class="class"> | ||
<ooclass> | ||
<modifier>final</modifier> | ||
<classname>Dba\Connection</classname> | ||
</ooclass> | ||
</classsynopsis> | ||
<!-- }}} --> | ||
|
||
</section> | ||
|
||
</partintro> | ||
|
||
</reference> | ||
<!-- Keep this comment at the end of the file | ||
Local variables: | ||
mode: sgml | ||
sgml-omittag:t | ||
sgml-shorttag:t | ||
sgml-minimize-attributes:nil | ||
sgml-always-quote-attributes:t | ||
sgml-indent-step:1 | ||
sgml-indent-data:t | ||
indent-tabs-mode:nil | ||
sgml-parent-document:nil | ||
sgml-default-dtd-file:"~/.phpdoc/manual.ced" | ||
sgml-exposed-tags:nil | ||
sgml-local-catalogs:nil | ||
sgml-local-ecat-files:nil | ||
End: | ||
vim600: syn=xml fen fdm=syntax fdl=2 si | ||
vim: et tw=78 syn=sgml | ||
vi: ts=1 sw=1 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters