Sophie

Sophie

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

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>Creates an instance of the data type typename and fills it with the values passed</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.w32api-deftype.html">w32api_deftype</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.w32api-invoke-function.html">w32api_invoke_function</a></div>
 <div class="up"><a href="ref.w32api.html">W32api Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.w32api-init-dtype" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">w32api_init_dtype</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.2.0)</p><p class="refpurpose"><span class="refname">w32api_init_dtype</span> &mdash; <span class="dc-title">Creates an instance of the data type typename and fills it with the values passed</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.w32api-init-dtype-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">resource</span> <span class="methodname"><strong>w32api_init_dtype</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$typename</code></span>
   , <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$value</code></span>
   [, <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$...</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   This function creates an instance of the data type named
   <em><code class="parameter">typename</code></em>, filling in the values of the data type. 
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.w32api-init-dtype-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       The <em><code class="parameter">typename</code></em> parameter is case sensitive.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
       You should give the values in the same order as you defined the data
       type with  <span class="function"><a href="function.w32api-deftype.html" class="function">w32api_deftype()</a></span>.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.w32api-init-dtype-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a <em>dynaparm</em> resource.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.w32api-init-dtype-notes">
  <h3 class="title">Notes</h3>
  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.w32api-deftype.html">w32api_deftype</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.w32api-invoke-function.html">w32api_invoke_function</a></div>
 <div class="up"><a href="ref.w32api.html">W32api Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>