<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.openal.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.openal-listener-get.php',
    1 => 'openal_listener_get',
    2 => 'Retrieve a listener property',
  ),
  'up' => 
  array (
    0 => 'ref.openal.php',
    1 => 'OpenAL Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.openal-device-open.php',
    1 => 'openal_device_open',
  ),
  'next' => 
  array (
    0 => 'function.openal-listener-set.php',
    1 => 'openal_listener_set',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/openal/functions/openal-listener-get.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.openal-listener-get" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">openal_listener_get</h1>
  <p class="verinfo">(PECL openal &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">openal_listener_get</span> &mdash; <span class="dc-title">
   Retrieve a listener property
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.openal-listener-get-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>openal_listener_get</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$property</code></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

 </div>

 <div class="refsect1 parameters" id="refsect1-function.openal-listener-get-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">property</code></dt>
    <dd>
     <span class="simpara">
      Property to retrieve, one of:
      <strong><code><a href="openal.constants.php#constant.al-gain">AL_GAIN</a></code></strong> (float),
      <strong><code><a href="openal.constants.php#constant.al-position">AL_POSITION</a></code></strong> (array(float,float,float)),
      <strong><code><a href="openal.constants.php#constant.al-velocity">AL_VELOCITY</a></code></strong> (array(float,float,float)) und
      <strong><code><a href="openal.constants.php#constant.al-orientation">AL_ORIENTATION</a></code></strong> (array(float,float,float)).
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.openal-listener-get-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns a float or array of floats (as appropriate)Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben..
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.openal-listener-get-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.openal-listener-set.php" class="function" rel="rdfs-seeAlso">openal_listener_set()</a> - Set a listener property</span></li>
  </ul>
 </div>

</div><?php manual_footer($setup); ?>