Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 3487

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Inserts an object record</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.hw-insertdocument.html">hw_InsertDocument</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.hw-mapid.html">hw_mapid</a></div>
 <div class="up"><a href="ref.hw.html">Hyperwave Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.hw-insertobject" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">hw_InsertObject</h1>
  <p class="verinfo">(PHP 4)</p><p class="refpurpose"><span class="refname">hw_InsertObject</span> &mdash; <span class="dc-title">Inserts an object record</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.hw-insertobject-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>hw_insertobject</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$connection</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$object_rec</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$parameter</code></span>
   )</div>

  <p class="para rdfs-comment">
   Inserts an object into the server.
  </p>
  <p class="para">
   Note: If you want to insert an Anchor, the attribute Position has always
   been set either to a start/end value or to &#039;invisible&#039;.
   Invisible positions are needed if the annotation has no corresponding link
   in the annotation text.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.hw-insertobject-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">connection</code></em></span>
     <dd>

      <p class="para">
       The connection identifier.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">object_rec</code></em></span>
     <dd>

      <p class="para">
       The object can be any valid hyperwave object.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">parameter</code></em></span>
     <dd>

      <p class="para">
       See the HG-CSP documentation for a detailed information on how the
       parameters have to be.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.hw-insertobject-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.hw-pipedocument.html" class="function" rel="rdfs-seeAlso">hw_pipedocument()</a> - Retrieve any document</span></li>
    <li class="member"> <span class="function"><a href="function.hw-insertdocument.html" class="function" rel="rdfs-seeAlso">hw_insertdocument()</a> - Upload any document</span></li>
    <li class="member"> <span class="function"><a href="function.hw-insdoc.html" class="function" rel="rdfs-seeAlso">hw_insdoc()</a> - Insert document</span></li>
    <li class="member"> <span class="function"><a href="function.hw-inscoll.html" class="function" rel="rdfs-seeAlso">hw_inscoll()</a> - Insert collection</span></li>
   </ul>
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.hw-insertdocument.html">hw_InsertDocument</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.hw-mapid.html">hw_mapid</a></div>
 <div class="up"><a href="ref.hw.html">Hyperwave Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>