|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<!-- EN-Revision: 487afb09014843c0911daf7c7c962c3dd4a2c610 Maintainer: takagi Status: ready --> |
| 2 | +<!-- EN-Revision: e93feee2870bb551cd11d625271b7f82da3ccb05 Maintainer: takagi Status: ready --> |
3 | 3 | <!-- CREDITS: shimooka,hirokawa -->
|
4 |
| - |
5 |
| -<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 4 | +<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook"> |
6 | 5 | <?phpdoc extension-membership="core" ?>
|
7 | 6 | <title>Standard PHP Library (SPL)</title>
|
8 | 7 | <titleabbrev>SPL</titleabbrev>
|
9 | 8 |
|
10 |
| - <preface xml:id="intro.spl"> |
| 9 | + <preface xml:id="intro.spl" annotations="chunk:false"> |
11 | 10 | &reftitle.intro;
|
12 |
| - <para> |
13 |
| - The Standard PHP Library (SPL) は、標準的な問題を解決するためのインターフェイスやクラスを集めたものです。 |
14 |
| - </para> |
15 |
| - <para> |
16 |
| - SPL は、標準データ構造や、オブジェクトを走査するためのイテレータ、インターフェイス、標準の例外、そしてファイルを扱うクラスなどを提供し、 |
17 |
| - <function>spl_autoload_register</function> などの関数も提供します。 |
18 |
| - </para> |
| 11 | + <simpara> |
| 12 | + The Standard PHP Library (SPL) 拡張モジュールでは、 |
| 13 | + よくある問題を解決するためのインターフェイスやクラスを定義しています。 |
| 14 | + </simpara> |
| 15 | + <simpara> |
| 16 | + この拡張モジュールは、さまざまなデータ構造や汎用的な例外、イテレータ、 |
| 17 | + オブジェクト指向な <acronym>API</acronym> でファイルシステムを扱うクラス、 |
| 18 | + ユーティリティ関数を提供します。 |
| 19 | + </simpara> |
19 | 20 | </preface>
|
20 | 21 |
|
21 |
| - &reference.spl.datastructures; |
22 |
| - &reference.spl.iterators; |
23 | 22 | &reference.spl.interfaces;
|
| 23 | + &reference.spl.datastructures; |
24 | 24 | &reference.spl.exceptions;
|
25 |
| - &reference.spl.reference; |
| 25 | + &reference.spl.iterators; |
26 | 26 | &reference.spl.files;
|
27 |
| - &reference.spl.miscellaneous; |
28 |
| - |
29 |
| -<!-- TODO: Not documented |
30 |
| - &reference.spl.splfixedarray; |
31 |
| - &reference.spl.splobjectstorage; |
32 |
| ---> |
| 27 | + &reference.spl.reference; |
33 | 28 |
|
34 | 29 | </book>
|
35 |
| - |
36 | 30 | <!-- Keep this comment at the end of the file
|
37 | 31 | Local variables:
|
38 | 32 | mode: sgml
|
|
0 commit comments