uTools-Manuals/docs/php/gupnp_service_introspection_get_state_variable.html
2019-04-28 19:00:34 +08:00

72 lines
2.3 KiB
HTML

<!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>Returns the state variable data</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.gupnp-service-introspection-get-state-variable" class="refentry">
<div class="refnamediv">
<h1 class="refname">gupnp_service_introspection_get_state_variable</h1>
<p class="verinfo">(PECL gupnp &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">gupnp_service_introspection_get_state_variable</span> &mdash; <span class="dc-title">Returns the state variable data</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.gupnp-service-introspection-get-state-variable-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>gupnp_service_introspection_get_state_variable</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$introspection</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$variable_name</code></span>
) : <span class="type">array</span></div>
<p class="para rdfs-comment">
Returns the state variable data by the name <code class="parameter">variable_name</code> in this service.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.gupnp-service-introspection-get-state-variable-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">introspection</code></dt>
<dd>
<p class="para">
A introspection identifier.
</p>
</dd>
<dt>
<code class="parameter">variable_name</code></dt>
<dd>
<p class="para">
The name of the variable to retreive.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.gupnp-service-introspection-get-state-variable-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Return the state variable data or <strong><code>FALSE</code></strong>.
</p>
</div>
</div></div></div></body></html>