<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.soap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'soap.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.soap.php',
    1 => 'SOAP',
  ),
  'prev' => 
  array (
    0 => 'soap.configuration.php',
    1 => 'Configuraci&oacute;n en tiempo de ejecuci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'ref.soap.php',
    1 => 'Funciones de SOAP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/soap/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="soap.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="simpara">Estas constantes son definidas por esta
extensión, y solo están disponibles si esta extensión ha sido compilada con
PHP, o bien cargada en tiempo de ejecución.</p>
 <table class="doctable table">
  <caption><strong>Constantes SOAP</strong></caption>
  
   <thead>
    <tr>
     <th>Constante</th>
     <th>Valor</th>
     <th>Descripción</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.soap-1-1">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-1-1">SOAP_1_1</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Especifica el uso de SOAP 1.1 cuando se pasa como opción <code class="literal">soap_version</code>
      a <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span> o
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-1-2">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-1-2">SOAP_1_2</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
      Especifica el uso de SOAP 1.2 cuando se pasa como opción <code class="literal">soap_version</code>
      a <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span> o <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-persistence-session">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-persistence-session">SOAP_PERSISTENCE_SESSION</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Especifica el uso del encodado SOAP cuando se pasa como opción
      <code class="literal">use</code> al método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-persistence-request">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-persistence-request">SOAP_PERSISTENCE_REQUEST</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
      Especifica el uso de un encodado específico del servicio cuando se pasa como
      opción <code class="literal">use</code> a <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-functions-all">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-functions-all">SOAP_FUNCTIONS_ALL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>999</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-encoded">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-encoded">SOAP_ENCODED</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Especifica el uso de un enlace de estilo RPC cuando se pasa como opción
      <code class="literal">style</code> a <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-literal">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-literal">SOAP_LITERAL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
      Especifica el uso de un enlace de tipo documento cuando se pasa como valor <code class="literal">style</code>
      de la opción a <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-rpc">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-rpc">SOAP_RPC</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-document">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-document">SOAP_DOCUMENT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-actor-next">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-actor-next">SOAP_ACTOR_NEXT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-actor-none">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-actor-none">SOAP_ACTOR_NONE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-actor-unlimatereceiver">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-actor-unlimatereceiver">SOAP_ACTOR_UNLIMATERECEIVER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>3</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-compression-accept">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-compression-accept">SOAP_COMPRESSION_ACCEPT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>32</td>
     <td>
      Especifica el uso del encabezado &quot;Accept-Encoding&quot; cuando se pasa
      como parte de
      <a href="soapclient.construct.php#soapclient.construct.options.compression" class="link">
       la opción <code class="parameter">compression</code>
      </a>
      a <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-compression-gzip">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-compression-gzip">SOAP_COMPRESSION_GZIP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>0</td>
     <td>
      Especifica el uso de la compresión deflate
      cuando se transmite en el marco de
      <a href="soapclient.construct.php#soapclient.construct.options.compression" class="link">
       la opción <code class="parameter">compression</code>
      </a>
      del método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-compression-deflate">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-compression-deflate">SOAP_COMPRESSION_DEFLATE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>16</td>
     <td>
      Especifica el uso de la compresión deflate
      cuando se transmite en el marco de
      <a href="soapclient.construct.php#soapclient.construct.options.compression" class="link">
       la opción <code class="parameter">compression</code>
      </a>
      del método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-authentication-basic">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-authentication-basic">SOAP_AUTHENTICATION_BASIC</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>0</td>
     <td>
      Especifica el uso de la autenticación HTTP Basic cuando se pasa
      como opción <code class="literal">authentication</code> a
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-authentication-digest">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-authentication-digest">SOAP_AUTHENTICATION_DIGEST</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Especifica el uso de la autenticación HTTP Digest cuando se pasa como
      opción <code class="literal">authentication</code> a
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-ssl-method-tls">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-ssl-method-tls">SOAP_SSL_METHOD_TLS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>0</td>
     <td>
      Utilizada con la opción obsoleta
      <a href="soapclient.construct.php#soapclient.construct.options.ssl-method" class="link">
       <code class="parameter">ssl_method</code>
      </a>
      de <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-ssl-method-sslv2">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-ssl-method-sslv2">SOAP_SSL_METHOD_SSLv2</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Utilizada con la opción
      <a href="soapclient.construct.php#soapclient.construct.options.ssl-method" class="link">
       <code class="parameter">ssl_method</code>
      </a>
      obsoleta en el método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-ssl-method-sslv3">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-ssl-method-sslv3">SOAP_SSL_METHOD_SSLv3</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
     Utilizada con la opción obsoleta
     <a href="soapclient.construct.php#soapclient.construct.options.ssl-method" class="link">
      <code class="parameter">ssl_method</code>
     </a>
     para <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-ssl-method-sslv23">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-ssl-method-sslv23">SOAP_SSL_METHOD_SSLv23</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>3</td>
     <td>
     Utilizada con la opción obsoleta
     <a href="soapclient.construct.php#soapclient.construct.options.ssl-method" class="link">
      <code class="parameter">ssl_method</code>
     </a>
     para <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.unknown-type">
     <td>
      <strong><code><a href="soap.constants.php#constant.unknown-type">UNKNOWN_TYPE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>999998</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-string">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-string">XSD_STRING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>101</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-boolean">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-boolean">XSD_BOOLEAN</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>102</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-decimal">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-decimal">XSD_DECIMAL</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>103</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-float">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-float">XSD_FLOAT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>104</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-double">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-double">XSD_DOUBLE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>105</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-duration">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-duration">XSD_DURATION</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>106</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-datetime">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-datetime">XSD_DATETIME</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>107</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-time">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-time">XSD_TIME</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>108</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-date">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-date">XSD_DATE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>109</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-gyearmonth">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-gyearmonth">XSD_GYEARMONTH</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>110</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-gyear">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-gyear">XSD_GYEAR</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>111</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-gmonthday">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-gmonthday">XSD_GMONTHDAY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>112</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-gday">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-gday">XSD_GDAY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>113</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-gmonth">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-gmonth">XSD_GMONTH</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>114</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-hexbinary">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-hexbinary">XSD_HEXBINARY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>115</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-base64binary">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-base64binary">XSD_BASE64BINARY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>116</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-anyuri">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-anyuri">XSD_ANYURI</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>117</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-qname">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-qname">XSD_QNAME</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>118</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-notation">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-notation">XSD_NOTATION</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>119</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-normalizedstring">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-normalizedstring">XSD_NORMALIZEDSTRING</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>120</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-token">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-token">XSD_TOKEN</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>121</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-language">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-language">XSD_LANGUAGE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>122</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-nmtoken">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-nmtoken">XSD_NMTOKEN</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>123</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-name">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-name">XSD_NAME</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>124</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-ncname">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-ncname">XSD_NCNAME</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>125</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-id">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-id">XSD_ID</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>126</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-idref">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-idref">XSD_IDREF</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>127</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-idrefs">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-idrefs">XSD_IDREFS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>128</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-entity">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-entity">XSD_ENTITY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>129</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-entities">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-entities">XSD_ENTITIES</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>130</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-integer">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-integer">XSD_INTEGER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>131</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-nonpositiveinteger">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-nonpositiveinteger">XSD_NONPOSITIVEINTEGER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>132</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-negativeinteger">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-negativeinteger">XSD_NEGATIVEINTEGER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>133</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-long">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-long">XSD_LONG</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>134</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-int">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-int">XSD_INT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>135</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-short">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-short">XSD_SHORT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>136</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-byte">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-byte">XSD_BYTE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>137</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-nonnegativeinteger">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-nonnegativeinteger">XSD_NONNEGATIVEINTEGER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>138</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-unsignedlong">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-unsignedlong">XSD_UNSIGNEDLONG</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>139</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-unsignedint">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-unsignedint">XSD_UNSIGNEDINT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>140</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-unsignedshort">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-unsignedshort">XSD_UNSIGNEDSHORT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>141</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-unsignedbyte">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-unsignedbyte">XSD_UNSIGNEDBYTE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>142</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-positiveinteger">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-positiveinteger">XSD_POSITIVEINTEGER</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>143</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-nmtokens">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-nmtokens">XSD_NMTOKENS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>144</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-anytype">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-anytype">XSD_ANYTYPE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>145</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-anyxml">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-anyxml">XSD_ANYXML</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>147</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.apache-map">
     <td>
      <strong><code><a href="soap.constants.php#constant.apache-map">APACHE_MAP</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>200</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-enc-object">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-enc-object">SOAP_ENC_OBJECT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>301</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-enc-array">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-enc-array">SOAP_ENC_ARRAY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>300</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-1999-timeinstant">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-1999-timeinstant">XSD_1999_TIMEINSTANT</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>401</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-namespace">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-namespace">XSD_NAMESPACE</a></code></strong>
      (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
     </td>
     <td>http://www.w3.org/2001/XMLSchema</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.xsd-1999-namespace">
     <td>
      <strong><code><a href="soap.constants.php#constant.xsd-1999-namespace">XSD_1999_NAMESPACE</a></code></strong>
      (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
     </td>
     <td>http://www.w3.org/1999/XMLSchema</td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.soap-single-element-arrays">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-single-element-arrays">SOAP_SINGLE_ELEMENT_ARRAYS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Utilizada con la
      <a href="soapclient.construct.php#soapclient.construct.options.features" class="link">
       opción <code class="parameter">features</code>
      </a>
      en el método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-wait-one-way-calls">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-wait-one-way-calls">SOAP_WAIT_ONE_WAY_CALLS</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
      Utilizada con la
      <a href="soapclient.construct.php#soapclient.construct.options.features" class="link">
       opción <code class="parameter">features</code>
      </a>
      en el método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.soap-use-xsi-array-type">
     <td>
      <strong><code><a href="soap.constants.php#constant.soap-use-xsi-array-type">SOAP_USE_XSI_ARRAY_TYPE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>4</td>
     <td>
      Utilizada con la
      <a href="soapclient.construct.php#soapclient.construct.options.features" class="link">
       opción <code class="parameter">features</code>
      </a>
      en el método <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.wsdl-cache-none">
     <td>
      <strong><code><a href="soap.constants.php#constant.wsdl-cache-none">WSDL_CACHE_NONE</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>0</td>
     <td>
      Desactiva el caché WSDL cuando se utiliza en la opción de configuración
      <a href="soap.configuration.php#ini.soap.wsdl-cache" class="link">soap.wsdl_cache</a> o en la opción
      <code class="literal">wsdl_cache</code> de <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span>
      y <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.wsdl-cache-disk">
     <td>
      <strong><code><a href="soap.constants.php#constant.wsdl-cache-disk">WSDL_CACHE_DISK</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>1</td>
     <td>
      Indica el uso del caché WSDL en memoria únicamente cuando se utiliza en la opción de configuración
      <a href="soap.configuration.php#ini.soap.wsdl-cache" class="link">soap.wsdl_cache</a> o la opción <code class="literal">wsdl_cache</code> de
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span> y <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.wsdl-cache-memory">
     <td>
      <strong><code><a href="soap.constants.php#constant.wsdl-cache-memory">WSDL_CACHE_MEMORY</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>2</td>
     <td>
      Especifica el uso del caché WSDL en memoria RAM únicamente cuando se utiliza en la opción de configuración
      <a href="soap.configuration.php#ini.soap.wsdl-cache" class="link">soap.wsdl_cache</a> o la opción <code class="literal">wsdl_cache</code> de
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span> y <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span>.
     </td>
    </tr>

    <tr id="constant.wsdl-cache-both">
     <td>
      <strong><code><a href="soap.constants.php#constant.wsdl-cache-both">WSDL_CACHE_BOTH</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </td>
     <td>3</td>
     <td>
      Especifica el uso de los cachés WSDL en memoria y en disco cuando se utiliza en la opción de configuración
      <a href="soap.configuration.php#ini.soap.wsdl-cache" class="link">soap.wsdl_cache</a> o la opción <code class="literal">wsdl_cache</code> de
      <span class="methodname"><a href="soapclient.construct.php" class="methodname">SoapClient::__construct()</a></span> y <span class="methodname"><a href="soapserver.construct.php" class="methodname">SoapServer::__construct()</a></span>.
     </td>
    </tr>

   </tbody>
  
 </table>

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