mirror of
https://github.com/php/doc-ru.git
synced 2026-03-23 23:32:16 +01:00
780 lines
22 KiB
XML
780 lines
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: f309e78f9439ae5d063a284cefb4b375233aa785 Maintainer: mch Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
&reftitle.constants;
|
||
&extension.constants;
|
||
<table>
|
||
<title>Константы SOAP</title>
|
||
<tgroup cols="3">
|
||
<thead>
|
||
<row>
|
||
<entry>Константа</entry>
|
||
<entry>Значение</entry>
|
||
<entry>Описание</entry>
|
||
</row>
|
||
</thead>
|
||
<tbody>
|
||
<row xml:id="constant.soap-1-1">
|
||
<entry>
|
||
<constant>SOAP_1_1</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Определяет использование SOAP 1.1 при передаче в качестве параметра <literal>soap_version</literal>
|
||
методу <methodname>SoapServer::__construct</methodname> или <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-1-2">
|
||
<entry>
|
||
<constant>SOAP_1_2</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Определяет использование SOAP 1.2 при передаче в качестве параметра <literal>soap_version</literal>
|
||
методу <methodname>SoapServer::__construct</methodname> или <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-persistence-session">
|
||
<entry>
|
||
<constant>SOAP_PERSISTENCE_SESSION</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-persistence-request">
|
||
<entry>
|
||
<constant>SOAP_PERSISTENCE_REQUEST</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-functions-all">
|
||
<entry>
|
||
<constant>SOAP_FUNCTIONS_ALL</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>999</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-encoded">
|
||
<entry>
|
||
<constant>SOAP_ENCODED</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Определяет использование кодировки SOAP при передаче
|
||
в качестве параметра <literal>use</literal> методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-literal">
|
||
<entry>
|
||
<constant>SOAP_LITERAL</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Определяет использование специфической для сервиса кодировки при передаче
|
||
в качестве параметра <literal>use</literal> методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-rpc">
|
||
<entry>
|
||
<constant>SOAP_RPC</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Определяет использование привязки в стиле RPC при передаче
|
||
в качестве параметра <literal>style</literal> методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-document">
|
||
<entry>
|
||
<constant>SOAP_DOCUMENT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Определяет использование привязки к документу при передаче
|
||
в качестве параметра <literal>style</literal> методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-actor-next">
|
||
<entry>
|
||
<constant>SOAP_ACTOR_NEXT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-actor-none">
|
||
<entry>
|
||
<constant>SOAP_ACTOR_NONE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-actor-unlimatereceiver">
|
||
<entry>
|
||
<constant>SOAP_ACTOR_UNLIMATERECEIVER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>3</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-compression-accept">
|
||
<entry>
|
||
<constant>SOAP_COMPRESSION_ACCEPT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>32</entry>
|
||
<entry>
|
||
Определяет использование заголовка "Accept-Encoding"
|
||
при передаче <link linkend="soapclient.construct.options.compression">
|
||
параметра <parameter>compression</parameter></link>
|
||
методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-compression-gzip">
|
||
<entry>
|
||
<constant>SOAP_COMPRESSION_GZIP</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>0</entry>
|
||
<entry>
|
||
Определяет использование сжатия gzip
|
||
при передаче <link linkend="soapclient.construct.options.compression">
|
||
параметра <parameter>compression</parameter></link>
|
||
методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-compression-deflate">
|
||
<entry>
|
||
<constant>SOAP_COMPRESSION_DEFLATE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>16</entry>
|
||
<entry>
|
||
Определяет использование сжатия deflate
|
||
при передаче <link linkend="soapclient.construct.options.compression">
|
||
параметра <parameter>compression</parameter></link>
|
||
методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-authentication-basic">
|
||
<entry>
|
||
<constant>SOAP_AUTHENTICATION_BASIC</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>0</entry>
|
||
<entry>
|
||
Определяет использование базовой аутентификации HTTP
|
||
при передаче параметра <literal>authentication</literal>
|
||
методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-authentication-digest">
|
||
<entry>
|
||
<constant>SOAP_AUTHENTICATION_DIGEST</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Определяет использование аутентификации HTTP Digest Authentication
|
||
при передаче параметра <literal>authentication</literal>
|
||
методу <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-ssl-method-tls">
|
||
<entry>
|
||
<constant>SOAP_SSL_METHOD_TLS</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>0</entry>
|
||
<entry>
|
||
Используется с устаревшим
|
||
<link linkend="soapclient.construct.options.ssl-method">параметром <parameter>ssl_method</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-ssl-method-sslv2">
|
||
<entry>
|
||
<constant>SOAP_SSL_METHOD_SSLv2</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Используется с устаревшим
|
||
<link linkend="soapclient.construct.options.ssl-method">параметром <parameter>ssl_method</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-ssl-method-sslv3">
|
||
<entry>
|
||
<constant>SOAP_SSL_METHOD_SSLv3</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Используется с устаревшим
|
||
<link linkend="soapclient.construct.options.ssl-method">параметром <parameter>ssl_method</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-ssl-method-sslv23">
|
||
<entry>
|
||
<constant>SOAP_SSL_METHOD_SSLv23</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>3</entry>
|
||
<entry>
|
||
Используется с устаревшим
|
||
<link linkend="soapclient.construct.options.ssl-method">параметром <parameter>ssl_method</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.unknown-type">
|
||
<entry>
|
||
<constant>UNKNOWN_TYPE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>999998</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-string">
|
||
<entry>
|
||
<constant>XSD_STRING</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>101</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-boolean">
|
||
<entry>
|
||
<constant>XSD_BOOLEAN</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>102</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-decimal">
|
||
<entry>
|
||
<constant>XSD_DECIMAL</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>103</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-float">
|
||
<entry>
|
||
<constant>XSD_FLOAT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>104</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-double">
|
||
<entry>
|
||
<constant>XSD_DOUBLE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>105</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-duration">
|
||
<entry>
|
||
<constant>XSD_DURATION</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>106</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-datetime">
|
||
<entry>
|
||
<constant>XSD_DATETIME</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>107</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-time">
|
||
<entry>
|
||
<constant>XSD_TIME</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>108</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-date">
|
||
<entry>
|
||
<constant>XSD_DATE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>109</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-gyearmonth">
|
||
<entry>
|
||
<constant>XSD_GYEARMONTH</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>110</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-gyear">
|
||
<entry>
|
||
<constant>XSD_GYEAR</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>111</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-gmonthday">
|
||
<entry>
|
||
<constant>XSD_GMONTHDAY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>112</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-gday">
|
||
<entry>
|
||
<constant>XSD_GDAY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>113</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-gmonth">
|
||
<entry>
|
||
<constant>XSD_GMONTH</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>114</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-hexbinary">
|
||
<entry>
|
||
<constant>XSD_HEXBINARY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>115</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-base64binary">
|
||
<entry>
|
||
<constant>XSD_BASE64BINARY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>116</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-anyuri">
|
||
<entry>
|
||
<constant>XSD_ANYURI</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>117</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-qname">
|
||
<entry>
|
||
<constant>XSD_QNAME</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>118</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-notation">
|
||
<entry>
|
||
<constant>XSD_NOTATION</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>119</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-normalizedstring">
|
||
<entry>
|
||
<constant>XSD_NORMALIZEDSTRING</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>120</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-token">
|
||
<entry>
|
||
<constant>XSD_TOKEN</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>121</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-language">
|
||
<entry>
|
||
<constant>XSD_LANGUAGE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>122</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-nmtoken">
|
||
<entry>
|
||
<constant>XSD_NMTOKEN</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>123</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-name">
|
||
<entry>
|
||
<constant>XSD_NAME</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>124</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-ncname">
|
||
<entry>
|
||
<constant>XSD_NCNAME</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>125</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-id">
|
||
<entry>
|
||
<constant>XSD_ID</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>126</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-idref">
|
||
<entry>
|
||
<constant>XSD_IDREF</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>127</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-idrefs">
|
||
<entry>
|
||
<constant>XSD_IDREFS</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>128</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-entity">
|
||
<entry>
|
||
<constant>XSD_ENTITY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>129</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-entities">
|
||
<entry>
|
||
<constant>XSD_ENTITIES</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>130</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-integer">
|
||
<entry>
|
||
<constant>XSD_INTEGER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>131</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-nonpositiveinteger">
|
||
<entry>
|
||
<constant>XSD_NONPOSITIVEINTEGER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>132</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-negativeinteger">
|
||
<entry>
|
||
<constant>XSD_NEGATIVEINTEGER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>133</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-long">
|
||
<entry>
|
||
<constant>XSD_LONG</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>134</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-int">
|
||
<entry>
|
||
<constant>XSD_INT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>135</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-short">
|
||
<entry>
|
||
<constant>XSD_SHORT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>136</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-byte">
|
||
<entry>
|
||
<constant>XSD_BYTE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>137</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-nonnegativeinteger">
|
||
<entry>
|
||
<constant>XSD_NONNEGATIVEINTEGER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>138</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-unsignedlong">
|
||
<entry>
|
||
<constant>XSD_UNSIGNEDLONG</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>139</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-unsignedint">
|
||
<entry>
|
||
<constant>XSD_UNSIGNEDINT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>140</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-unsignedshort">
|
||
<entry>
|
||
<constant>XSD_UNSIGNEDSHORT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>141</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-unsignedbyte">
|
||
<entry>
|
||
<constant>XSD_UNSIGNEDBYTE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>142</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-positiveinteger">
|
||
<entry>
|
||
<constant>XSD_POSITIVEINTEGER</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>143</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-nmtokens">
|
||
<entry>
|
||
<constant>XSD_NMTOKENS</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>144</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-anytype">
|
||
<entry>
|
||
<constant>XSD_ANYTYPE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>145</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-anyxml">
|
||
<entry>
|
||
<constant>XSD_ANYXML</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>147</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.apache-map">
|
||
<entry>
|
||
<constant>APACHE_MAP</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>200</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-enc-object">
|
||
<entry>
|
||
<constant>SOAP_ENC_OBJECT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>301</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-enc-array">
|
||
<entry>
|
||
<constant>SOAP_ENC_ARRAY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>300</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-1999-timeinstant">
|
||
<entry>
|
||
<constant>XSD_1999_TIMEINSTANT</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>401</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-namespace">
|
||
<entry>
|
||
<constant>XSD_NAMESPACE</constant>
|
||
(<type>string</type>)
|
||
</entry>
|
||
<entry>http://www.w3.org/2001/XMLSchema</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.xsd-1999-namespace">
|
||
<entry>
|
||
<constant>XSD_1999_NAMESPACE</constant>
|
||
(<type>string</type>)
|
||
</entry>
|
||
<entry>http://www.w3.org/1999/XMLSchema</entry>
|
||
<entry/>
|
||
</row>
|
||
<row xml:id="constant.soap-single-element-arrays">
|
||
<entry>
|
||
<constant>SOAP_SINGLE_ELEMENT_ARRAYS</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Используется с
|
||
<link linkend="soapclient.construct.options.features">параметром <parameter>features</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-wait-one-way-calls">
|
||
<entry>
|
||
<constant>SOAP_WAIT_ONE_WAY_CALLS</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Используется с
|
||
<link linkend="soapclient.construct.options.features">параметром <parameter>features</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.soap-use-xsi-array-type">
|
||
<entry>
|
||
<constant>SOAP_USE_XSI_ARRAY_TYPE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>4</entry>
|
||
<entry>
|
||
Используется с
|
||
<link linkend="soapclient.construct.options.features">параметром <parameter>features</parameter></link>
|
||
метода <methodname>SoapClient::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.wsdl-cache-none">
|
||
<entry>
|
||
<constant>WSDL_CACHE_NONE</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>0</entry>
|
||
<entry>
|
||
Отключает кеш WSDL при использовании с параметром
|
||
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
|
||
или параметром <literal>wsdl_cache</literal>
|
||
методов <methodname>SoapClient::__construct</methodname>
|
||
и <methodname>SoapServer::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.wsdl-cache-disk">
|
||
<entry>
|
||
<constant>WSDL_CACHE_DISK</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>1</entry>
|
||
<entry>
|
||
Определяет использование кеша WSDL на диске только при использовании с параметром
|
||
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> или параметром <literal>wsdl_cache</literal>
|
||
методов <methodname>SoapClient::__construct</methodname>
|
||
и <methodname>SoapServer::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.wsdl-cache-memory">
|
||
<entry>
|
||
<constant>WSDL_CACHE_MEMORY</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>2</entry>
|
||
<entry>
|
||
Определяет использование кеша WSDL в памяти только при использовании с параметром
|
||
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> или параметром <literal>wsdl_cache</literal>
|
||
методов <methodname>SoapClient::__construct</methodname>
|
||
и <methodname>SoapServer::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
<row xml:id="constant.wsdl-cache-both">
|
||
<entry>
|
||
<constant>WSDL_CACHE_BOTH</constant>
|
||
(<type>int</type>)
|
||
</entry>
|
||
<entry>3</entry>
|
||
<entry>
|
||
Определяет использование кеша WSDL как на диске, так и в памяти только при использовании с параметром
|
||
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> или параметром <literal>wsdl_cache</literal>
|
||
методов <methodname>SoapClient::__construct</methodname>
|
||
и <methodname>SoapServer::__construct</methodname>.
|
||
</entry>
|
||
</row>
|
||
</tbody>
|
||
</tgroup>
|
||
</table>
|
||
</appendix>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|