Source of: /manual/en/soapclient.call.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.soapclient.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'soapclient.call.php',
1 => 'SoapClient::__call',
),
'up' =>
array (
0 => 'class.soapclient.php',
1 => 'The SoapClient class',
),
'prev' =>
array (
0 => 'class.soapclient.php',
1 => 'SoapClient',
),
'next' =>
array (
0 => 'soapclient.construct.php',
1 => 'SoapClient::__construct',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="soapclient.call" class="refentry">
<div class="refnamediv">
<h1 class="refname">SoapClient::__call</h1>
<p class="verinfo">(PHP 5 >= 5.0.1)</p><p class="refpurpose"><span class="refname">SoapClient::__call</span> — <span class="dc-title">Calls a SOAP function (deprecated)</span></p>
</div>
<a name="soapclient.call.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><b>SoapClient::__call</b></span>
( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$function_name</tt></span>
, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$arguments</tt></span>
)</div>
<p class="para rdfs-comment">
This method is deprecated. Use <a href="soapclient.soapcall.php" class="xref">SoapClient::__soapCall</a> instead of it.
</p>
</div>
</div><?php manual_footer(); ?>