php-doc-en/reference/soap/constants.xml
Jakub Vrana 2cc21e8b35 Document SoapClient ssl_method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330561 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-20 12:33:20 +00:00

691 lines
17 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<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 constants</title>
<tgroup cols="3">
<thead>
<row>
<entry>Constant</entry>
<entry>Value</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.soap-1-1">
<entry>
<constant>SOAP_1_1</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-1-2">
<entry>
<constant>SOAP_1_2</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-persistence-session">
<entry>
<constant>SOAP_PERSISTENCE_SESSION</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-persistence-request">
<entry>
<constant>SOAP_PERSISTENCE_REQUEST</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-functions-all">
<entry>
<constant>SOAP_FUNCTIONS_ALL</constant>
(<type>integer</type>)
</entry>
<entry>999</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-encoded">
<entry>
<constant>SOAP_ENCODED</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-literal">
<entry>
<constant>SOAP_LITERAL</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-rpc">
<entry>
<constant>SOAP_RPC</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-document">
<entry>
<constant>SOAP_DOCUMENT</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-actor-next">
<entry>
<constant>SOAP_ACTOR_NEXT</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-actor-none">
<entry>
<constant>SOAP_ACTOR_NONE</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-actor-unlimatereceiver">
<entry>
<constant>SOAP_ACTOR_UNLIMATERECEIVER</constant>
(<type>integer</type>)
</entry>
<entry>3</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-compression-accept">
<entry>
<constant>SOAP_COMPRESSION_ACCEPT</constant>
(<type>integer</type>)
</entry>
<entry>32</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-compression-gzip">
<entry>
<constant>SOAP_COMPRESSION_GZIP</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-compression-deflate">
<entry>
<constant>SOAP_COMPRESSION_DEFLATE</constant>
(<type>integer</type>)
</entry>
<entry>16</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-authentication-basic">
<entry>
<constant>SOAP_AUTHENTICATION_BASIC</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-authentication-digest">
<entry>
<constant>SOAP_AUTHENTICATION_DIGEST</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-ssl-method-tls">
<entry>
<constant>SOAP_SSL_METHOD_TLS</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry>Since PHP 5.5.0.</entry>
</row>
<row xml:id="constant.soap-ssl-method-sslv2">
<entry>
<constant>SOAP_SSL_METHOD_SSLv2</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry>Since PHP 5.5.0.</entry>
</row>
<row xml:id="constant.soap-ssl-method-sslv3">
<entry>
<constant>SOAP_SSL_METHOD_SSLv3</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry>Since PHP 5.5.0.</entry>
</row>
<row xml:id="constant.soap-ssl-method-sslv23">
<entry>
<constant>SOAP_SSL_METHOD_SSLv23</constant>
(<type>integer</type>)
</entry>
<entry>3</entry>
<entry>Since PHP 5.5.0.</entry>
</row>
<row xml:id="constant.unknown-type">
<entry>
<constant>UNKNOWN_TYPE</constant>
(<type>integer</type>)
</entry>
<entry>999998</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-string">
<entry>
<constant>XSD_STRING</constant>
(<type>integer</type>)
</entry>
<entry>101</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-boolean">
<entry>
<constant>XSD_BOOLEAN</constant>
(<type>integer</type>)
</entry>
<entry>102</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-decimal">
<entry>
<constant>XSD_DECIMAL</constant>
(<type>integer</type>)
</entry>
<entry>103</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-float">
<entry>
<constant>XSD_FLOAT</constant>
(<type>integer</type>)
</entry>
<entry>104</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-double">
<entry>
<constant>XSD_DOUBLE</constant>
(<type>integer</type>)
</entry>
<entry>105</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-duration">
<entry>
<constant>XSD_DURATION</constant>
(<type>integer</type>)
</entry>
<entry>106</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-datetime">
<entry>
<constant>XSD_DATETIME</constant>
(<type>integer</type>)
</entry>
<entry>107</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-time">
<entry>
<constant>XSD_TIME</constant>
(<type>integer</type>)
</entry>
<entry>108</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-date">
<entry>
<constant>XSD_DATE</constant>
(<type>integer</type>)
</entry>
<entry>109</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-gyearmonth">
<entry>
<constant>XSD_GYEARMONTH</constant>
(<type>integer</type>)
</entry>
<entry>110</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-gyear">
<entry>
<constant>XSD_GYEAR</constant>
(<type>integer</type>)
</entry>
<entry>111</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-gmonthday">
<entry>
<constant>XSD_GMONTHDAY</constant>
(<type>integer</type>)
</entry>
<entry>112</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-gday">
<entry>
<constant>XSD_GDAY</constant>
(<type>integer</type>)
</entry>
<entry>113</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-gmonth">
<entry>
<constant>XSD_GMONTH</constant>
(<type>integer</type>)
</entry>
<entry>114</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-hexbinary">
<entry>
<constant>XSD_HEXBINARY</constant>
(<type>integer</type>)
</entry>
<entry>115</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-base64binary">
<entry>
<constant>XSD_BASE64BINARY</constant>
(<type>integer</type>)
</entry>
<entry>116</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-anyuri">
<entry>
<constant>XSD_ANYURI</constant>
(<type>integer</type>)
</entry>
<entry>117</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-qname">
<entry>
<constant>XSD_QNAME</constant>
(<type>integer</type>)
</entry>
<entry>118</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-notation">
<entry>
<constant>XSD_NOTATION</constant>
(<type>integer</type>)
</entry>
<entry>119</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-normalizedstring">
<entry>
<constant>XSD_NORMALIZEDSTRING</constant>
(<type>integer</type>)
</entry>
<entry>120</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-token">
<entry>
<constant>XSD_TOKEN</constant>
(<type>integer</type>)
</entry>
<entry>121</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-language">
<entry>
<constant>XSD_LANGUAGE</constant>
(<type>integer</type>)
</entry>
<entry>122</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-nmtoken">
<entry>
<constant>XSD_NMTOKEN</constant>
(<type>integer</type>)
</entry>
<entry>123</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-name">
<entry>
<constant>XSD_NAME</constant>
(<type>integer</type>)
</entry>
<entry>124</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-ncname">
<entry>
<constant>XSD_NCNAME</constant>
(<type>integer</type>)
</entry>
<entry>125</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-id">
<entry>
<constant>XSD_ID</constant>
(<type>integer</type>)
</entry>
<entry>126</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-idref">
<entry>
<constant>XSD_IDREF</constant>
(<type>integer</type>)
</entry>
<entry>127</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-idrefs">
<entry>
<constant>XSD_IDREFS</constant>
(<type>integer</type>)
</entry>
<entry>128</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-entity">
<entry>
<constant>XSD_ENTITY</constant>
(<type>integer</type>)
</entry>
<entry>129</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-entities">
<entry>
<constant>XSD_ENTITIES</constant>
(<type>integer</type>)
</entry>
<entry>130</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-integer">
<entry>
<constant>XSD_INTEGER</constant>
(<type>integer</type>)
</entry>
<entry>131</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-nonpositiveinteger">
<entry>
<constant>XSD_NONPOSITIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>132</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-negativeinteger">
<entry>
<constant>XSD_NEGATIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>133</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-long">
<entry>
<constant>XSD_LONG</constant>
(<type>integer</type>)
</entry>
<entry>134</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-int">
<entry>
<constant>XSD_INT</constant>
(<type>integer</type>)
</entry>
<entry>135</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-short">
<entry>
<constant>XSD_SHORT</constant>
(<type>integer</type>)
</entry>
<entry>136</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-byte">
<entry>
<constant>XSD_BYTE</constant>
(<type>integer</type>)
</entry>
<entry>137</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-nonnegativeinteger">
<entry>
<constant>XSD_NONNEGATIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>138</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-unsignedlong">
<entry>
<constant>XSD_UNSIGNEDLONG</constant>
(<type>integer</type>)
</entry>
<entry>139</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-unsignedint">
<entry>
<constant>XSD_UNSIGNEDINT</constant>
(<type>integer</type>)
</entry>
<entry>140</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-unsignedshort">
<entry>
<constant>XSD_UNSIGNEDSHORT</constant>
(<type>integer</type>)
</entry>
<entry>141</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-unsignedbyte">
<entry>
<constant>XSD_UNSIGNEDBYTE</constant>
(<type>integer</type>)
</entry>
<entry>142</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-positiveinteger">
<entry>
<constant>XSD_POSITIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>143</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-nmtokens">
<entry>
<constant>XSD_NMTOKENS</constant>
(<type>integer</type>)
</entry>
<entry>144</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-anytype">
<entry>
<constant>XSD_ANYTYPE</constant>
(<type>integer</type>)
</entry>
<entry>145</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-anyxml">
<entry>
<constant>XSD_ANYXML</constant>
(<type>integer</type>)
</entry>
<entry>147</entry>
<entry></entry>
</row>
<row xml:id="constant.apache-map">
<entry>
<constant>APACHE_MAP</constant>
(<type>integer</type>)
</entry>
<entry>200</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-enc-object">
<entry>
<constant>SOAP_ENC_OBJECT</constant>
(<type>integer</type>)
</entry>
<entry>301</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-enc-array">
<entry>
<constant>SOAP_ENC_ARRAY</constant>
(<type>integer</type>)
</entry>
<entry>300</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-1999-timeinstant">
<entry>
<constant>XSD_1999_TIMEINSTANT</constant>
(<type>integer</type>)
</entry>
<entry>401</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-namespace">
<entry>
<constant>XSD_NAMESPACE</constant>
(<type>integer</type>)
</entry>
<entry>http://www.w3.org/2001/XMLSchema</entry>
<entry></entry>
</row>
<row xml:id="constant.xsd-1999-namespace">
<entry>
<constant>XSD_1999_NAMESPACE</constant>
(<type>integer</type>)
</entry>
<entry>http://www.w3.org/1999/XMLSchema</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-single-element-arrays">
<entry>
<constant>SOAP_SINGLE_ELEMENT_ARRAYS</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-wait-one-way-calls">
<entry>
<constant>SOAP_WAIT_ONE_WAY_CALLS</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.soap-use-xsi-array-type">
<entry>
<constant>SOAP_USE_XSI_ARRAY_TYPE</constant>
(<type>integer</type>)
</entry>
<entry>4</entry>
<entry></entry>
</row>
<row xml:id="constant.wsdl-cache-none">
<entry>
<constant>WSDL_CACHE_NONE</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row xml:id="constant.wsdl-cache-disk">
<entry>
<constant>WSDL_CACHE_DISK</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row xml:id="constant.wsdl-cache-memory">
<entry>
<constant>WSDL_CACHE_MEMORY</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row xml:id="constant.wsdl-cache-both">
<entry>
<constant>WSDL_CACHE_BOTH</constant>
(<type>integer</type>)
</entry>
<entry>3</entry>
<entry></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
-->