mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 18:38:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
1.8 KiB
XML
56 lines
1.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
|
<refentry id="function.hw-insertobject">
|
|
<refnamediv>
|
|
<refname>hw_InsertObject</refname>
|
|
<refpurpose>inserts an object record</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>hw_insertobject</methodname>
|
|
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>object rec</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>parameter</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Inserts an object into the server. The object can be
|
|
any valid hyperwave object. See the HG-CSP documentation
|
|
for a detailed information on how the parameters have to be.
|
|
</para>
|
|
<para>
|
|
Note: If you want to insert an Anchor, the attribute Position
|
|
has always been set either to a start/end value or to
|
|
'invisible'. Invisible positions are needed if the annotation
|
|
has no correspondig link in the annotation text.
|
|
</para>
|
|
<para>
|
|
See also <function>hw_pipedocument</function>,
|
|
<function>hw_insertdocument</function>,
|
|
<function>hw_insdoc</function>,
|
|
and <function>hw_inscoll</function>.
|
|
</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
|
|
-->
|