Sophie

Sophie

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

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>Calls a SOAP function (deprecated)</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.soapclient.html">SoapClient</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="soapclient.construct.html">SoapClient::__construct</a></div>
 <div class="up"><a href="class.soapclient.html">SoapClient</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="soapclient.call" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SoapClient::__call</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.0.1)</p><p class="refpurpose"><span class="refname">SoapClient::__call</span> &mdash; <span class="dc-title">Calls a SOAP function (deprecated)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-soapclient.call-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>SoapClient::__call</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$function_name</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$arguments</code></span>
   )</div>

  <p class="para rdfs-comment">
   Calling this method directly is deprecated. Usually, SOAP functions can be
   called as methods of the <a href="class.soapclient.html" class="classname">SoapClient</a> object; in
   situations where this is not possible or additional options are needed, use
    <span class="function"><a href="soapclient.soapcall.html" class="function">SoapClient::__soapCall()</a></span>.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.soapclient.html">SoapClient</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="soapclient.construct.html">SoapClient::__construct</a></div>
 <div class="up"><a href="class.soapclient.html">SoapClient</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>