2005-08-28 09:58:51 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-08-28 16:11:34 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2005-08-28 09:58:51 +00:00
|
|
|
<refentry id="zend-api.add-assoc-string-ex">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>add_assoc_string_ex</refname>
|
|
|
|
<refpurpose>...</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2005-08-28 16:11:34 +00:00
|
|
|
<literallayout>#include <zend_API.h></literallayout>
|
2005-08-28 09:58:51 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>add_assoc_string_ex</methodname>
|
2005-08-28 13:26:20 +00:00
|
|
|
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
|
|
|
|
<methodparam><type>char*</type><parameter>str</parameter></methodparam>
|
2005-08-28 09:58:51 +00:00
|
|
|
<methodparam><type>uint</type><parameter>key_len</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter>duplicate</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2005-08-28 13:26:20 +00:00
|
|
|
<term><parameter>arg</parameter></term>
|
2005-08-28 09:58:51 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2005-08-28 13:26:20 +00:00
|
|
|
<term><parameter>str</parameter></term>
|
2005-08-28 09:58:51 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2005-08-28 13:26:20 +00:00
|
|
|
<term><parameter>key_len</parameter></term>
|
2005-08-28 09:58:51 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2005-08-28 13:26:20 +00:00
|
|
|
<term><parameter>duplicate</parameter></term>
|
2005-08-28 09:58:51 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
...
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- 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:"../../../../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
|
|
|
|
-->
|