mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
More Docbook5 upgrades...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238171 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
08faf26269
commit
47babea5e9
11 changed files with 26 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.imagickdraw-setviewbox">
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="function.imagickdraw-setviewbox" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ImagickDraw::setViewbox</refname>
|
||||
<refpurpose>Sets the overall canvas size</refpurpose>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.zend-thread-id">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.zend-thread-id">
|
||||
<refnamediv>
|
||||
<refname>zend_thread_id</refname>
|
||||
<refpurpose>Returns a unique identifier for the current thread</refpurpose>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.mysql-set-charset">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-set-charset">
|
||||
<refnamediv>
|
||||
<refname>mysql_set_charset</refname>
|
||||
<refpurpose>Sets the client character set</refpurpose>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.phar-offsetexists">
|
||||
<refnamediv>
|
||||
<refname>Phar::offsetExists</refname>
|
||||
|
@ -11,17 +11,16 @@
|
|||
<type>bool</type><methodname>Phar::offsetExists</methodname>
|
||||
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
This is an implementation of the <interface>ArrayAccess</interface> interface allowing
|
||||
This is an implementation of the <oointerface>ArrayAccess</oointerface> interface allowing
|
||||
direct manipulation of the contents of a Phar archive using
|
||||
array access brackets.
|
||||
</para>
|
||||
<para>
|
||||
offsetExists() is called whenever <function>isset</function> is called.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.phar-offsetget">
|
||||
<refnamediv>
|
||||
<refname>Phar::offsetGet</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
This is an implementation of the <interface>ArrayAccess</interface> interface allowing
|
||||
This is an implementation of the <oointerface>ArrayAccess</oointerface> interface allowing
|
||||
direct manipulation of the contents of a Phar archive using
|
||||
array access brackets. offsetGet is used for retrieving files from
|
||||
a Phar archive.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.phar-offsetset">
|
||||
<refnamediv>
|
||||
<refname>Phar::offsetSet</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
This is an implementation of the <interface>ArrayAccess</interface> interface allowing
|
||||
This is an implementation of the <oointerface>ArrayAccess</oointerface> interface allowing
|
||||
direct manipulation of the contents of a Phar archive using
|
||||
array access brackets. offsetSet is used for modifying an
|
||||
existing file, or adding a new file to a Phar archive.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.phar-offsetunset">
|
||||
<refnamediv>
|
||||
<refname>Phar::offsetUnset</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
This is an implementation of the <interface>ArrayAccess</interface> interface allowing
|
||||
This is an implementation of the <oointerface>ArrayAccess</oointerface> interface allowing
|
||||
direct manipulation of the contents of a Phar archive using
|
||||
array access brackets. offsetUnset is used for deleting an
|
||||
existing file, and is called by the <function>unset</function>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="printer.constants">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="printer.constants">
|
||||
<refnamediv>
|
||||
<refname>Constants</refname>
|
||||
<refpurpose>Printer Predefined Constants</refpurpose>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- Purpose: utilspec.windows -->
|
||||
<!-- Membership: pecl -->
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
</para>
|
||||
</section>
|
||||
|
||||
<section id="printer.constants">
|
||||
<section xml:id="printer.constants">
|
||||
&reftitle.constants;
|
||||
<para/>
|
||||
</section>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.sybase-fetch-object">
|
||||
<refnamediv>
|
||||
<refname>sybase_fetch_object</refname>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<tbody>
|
||||
<row>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
<entry><para>
|
||||
This function will no longer return numeric object members.
|
||||
Old behaviour:
|
||||
<screen>
|
||||
|
@ -100,6 +100,7 @@ object(stdclass)(3) {
|
|||
}
|
||||
]]>
|
||||
</screen>
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.xml-set-external-entity-ref-handler">
|
||||
<refnamediv>
|
||||
<refname>xml_set_external_entity_ref_handler</refname>
|
||||
|
@ -26,8 +26,7 @@
|
|||
<varlistentry>
|
||||
<term><parameter>parser</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<para />
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -43,8 +42,8 @@
|
|||
five parameters, and should return an integer value.If the
|
||||
value returned from the handler is &false; (which it will be if no
|
||||
value is returned), the XML parser will stop parsing and
|
||||
<function>xml_get_error_code</function> will return <systemitem
|
||||
class="constant">XML_ERROR_EXTERNAL_ENTITY_HANDLING</systemitem>.
|
||||
<function>xml_get_error_code</function> will return
|
||||
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
|
||||
<methodsynopsis>
|
||||
<methodname><replaceable>handler</replaceable></methodname>
|
||||
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue