downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/de/sdo-model-reflectiondataobject.export.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.sdo.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'de',
  ),
 
'this' =>
  array (
   
0 => 'sdo-model-reflectiondataobject.export.php',
   
1 => 'SDO_Model_ReflectionDataObject::export',
  ),
 
'up' =>
  array (
   
0 => 'ref.sdo.php',
   
1 => 'SDO Funktionen',
  ),
 
'prev' =>
  array (
   
0 => 'sdo-model-reflectiondataobject.construct.php',
   
1 => 'SDO_Model_ReflectionDataObject::__construct',
  ),
 
'next' =>
  array (
   
0 => 'sdo-model-reflectiondataobject.getcontainmentproperty.php',
   
1 => 'SDO_Model_ReflectionDataObject::getContainmentProperty',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="sdo-model-reflectiondataobject.export" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SDO_Model_ReflectionDataObject::export</h1>
  <p class="verinfo">(^)</p><p class="refpurpose"><span class="refname">SDO_Model_ReflectionDataObject::export</span> &mdash; <span class="dc-title">
   Get a string describing the SDO_DataObject.
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-sdo-model-reflectiondataobject.export-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>SDO_Model_ReflectionDataObject::export</strong></span>
    ( <span class="methodparam"><span class="type"><a href="ref.sdo.php" class="type SDO_Model_ReflectionDataObject">SDO_Model_ReflectionDataObject</a></span> <code class="parameter">$rdo</code></span>
   [, <span class="methodparam"><span class="type">bool</span> <code class="parameter">$return</code></span>
  ] )</div>


  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist
<em class="emphasis">EXPERIMENTELL</em>. Das Verhalten, der Funktionsname und alles
Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko.</p></div>

  <p class="para">
   Get a string describing the SDO_DataObject.
   The default behaviour is to print the output, but
   if <strong><code>TRUE</code></strong> is specified for return, it is returned as a string.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-sdo-model-reflectiondataobject.export-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       An SDO_Model_ReflectionDataObject.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
       If <strong><code>TRUE</code></strong>, return the output as a string, otherwise print it.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-sdo-model-reflectiondataobject.export-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns the output if TRUE is specified for return,
   otherwise NULL.
  </p>
 </div>


 


 


 


 


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites