mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
more refpurpose entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205665 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbabd1e033
commit
bfb210412c
28 changed files with 56 additions and 56 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-assoc-unicode">
|
||||
<refnamediv>
|
||||
<refname>add_assoc_unicode</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add a binary safe <type>unicode_string</type> value to an assoc array with binary safe key</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-assoc-unicodel">
|
||||
<refnamediv>
|
||||
<refname>add_assoc_unicodel</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add a binary safe <type>unicode_string</type> value to an assoc array</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-api.add-index-binary">
|
||||
<refnamediv>
|
||||
<refname>add_index_binary</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>binary_string</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-api.add-index-binaryl">
|
||||
<refnamediv>
|
||||
<refname>add_index_binaryl</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>binary_string/type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-bool">
|
||||
<refnamediv>
|
||||
<refname>add_index_bool</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>bool</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-double">
|
||||
<refnamediv>
|
||||
<refname>add_index_double</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>double</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-long">
|
||||
<refnamediv>
|
||||
<refname>add_index_long</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>long</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-null">
|
||||
<refnamediv>
|
||||
<refname>add_index_null</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>null</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-resource">
|
||||
<refnamediv>
|
||||
<refname>add_index_resource</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>resource</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-index-string">
|
||||
<refnamediv>
|
||||
<refname>add_index_string</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>string</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="zend-api.add-index-stringl">
|
||||
<refnamediv>
|
||||
<refname>add_index_stringl</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>string</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-index-unicode">
|
||||
<refnamediv>
|
||||
<refname>add_index_unicode</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>unicode</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-index-unicodel">
|
||||
<refnamediv>
|
||||
<refname>add_index_unicodel</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>unicode</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-index-unset">
|
||||
<refnamediv>
|
||||
<refname>add_index_unset</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>unset</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="zend-api.add-index-zval">
|
||||
<refnamediv>
|
||||
<refname>add_index_zval</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>zval</type> value to assoc array using numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-next-index-binary">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_binary</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>binary_string</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-next-index-binaryl">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_binaryl</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>binary_string</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-bool">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_bool</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>bool</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-double">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_double</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>double</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-long">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_long</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>long</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-null">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_null</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>null</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-resource">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_resource</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>resource</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-string">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_string</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>string</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="zend-api.add-next-index-stringl">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_stringl</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>string</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-next-index-unicode">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_unicode</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>unicode</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-next-index-unicodel">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_unicodel</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add binary safe <type>unicode</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.add-next-index-unset">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_unset</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>unset</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.add-next-index-zval">
|
||||
<refnamediv>
|
||||
<refname>add_next_index_zval</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Add <type>zval</type> value to assoc array using next free numeric index</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue