Source of: /manual/ro/amqpexchange.gettype.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.amqpexchange.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'ro',
),
'this' =>
array (
0 => 'amqpexchange.gettype.php',
1 => 'AMQPExchange::getType',
),
'up' =>
array (
0 => 'class.amqpexchange.php',
1 => 'AMQPExchange',
),
'prev' =>
array (
0 => 'amqpexchange.getname.php',
1 => 'AMQPExchange::getName',
),
'next' =>
array (
0 => 'amqpexchange.publish.php',
1 => 'AMQPExchange::publish',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="amqpexchange.gettype" class="refentry">
<div class="refnamediv">
<h1 class="refname">AMQPExchange::getType</h1>
<p class="verinfo">(PECL amqp >= Unknown)</p><p class="refpurpose"><span class="refname">AMQPExchange::getType</span> — <span class="dc-title">Get the configured type</span></p>
</div>
<div class="refsect1 description" id="refsect1-amqpexchange.gettype-description">
<h3 class="title">Descrierea</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">string</span> <span class="methodname"><strong>AMQPExchange::getType</strong></span>
( <span class="methodparam">void</span>
)</div>
<p class="para rdfs-comment">
Get the configured type.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-amqpexchange.gettype-parameters">
<h3 class="title">Parametri</h3>
<p class="para">
Această funcție nu are parametri.</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-amqpexchange.gettype-returnvalues">
<h3 class="title">Valorile întoarse</h3>
<p class="para">
The configured type as a <span class="type"><a href="language.types.string.php" class="type string">string</a></span>.
</p>
</div>
</div><?php manual_footer(); ?>