mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changed _ to - for ids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260485 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd86ab0b1d
commit
09f40cd743
4 changed files with 14 additions and 14 deletions
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- State: new -->
|
||||
|
||||
<book xml:id="book.spl_types" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<book xml:id="book.spl-types" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>SPL Type Handling</title>
|
||||
<titleabbrev>SPL Types</titleabbrev>
|
||||
|
||||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.spl_types">
|
||||
<preface xml:id="intro.spl-types">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
This extension aims at helping people making PHP a stronger typed
|
||||
|
@ -18,11 +18,11 @@
|
|||
</preface>
|
||||
<!-- }}} -->
|
||||
|
||||
&reference.spl_types.reference;
|
||||
&reference.spl_types.splint;
|
||||
&reference.spl_types.splfloat;
|
||||
&reference.spl_types.splenum;
|
||||
&reference.spl_types.splbool;
|
||||
&reference.spl-types.reference;
|
||||
&reference.spl-types.splint;
|
||||
&reference.spl-types.splfloat;
|
||||
&reference.spl-types.splenum;
|
||||
&reference.spl-types.splbool;
|
||||
|
||||
</book>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section xml:id="spl_types.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section xml:id="spl-types.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
&pecl.info;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section xml:id="spl_types.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section xml:id="spl-types.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<reference xml:id="ref.spl_types" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference xml:id="ref.spl-types" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>SPL Type &Functions;</title>
|
||||
</reference>
|
||||
|
||||
|
|
Loading…
Reference in a new issue