php-doc-en/reference/soap/constants.xml
Richard Quadling 74da59644d Remove BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 13:13:35 +00:00

659 lines
13 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>
<entry>
<constant>SOAP_1_1</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_1_2</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_PERSISTENCE_SESSION</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_PERSISTENCE_REQUEST</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_FUNCTIONS_ALL</constant>
(<type>integer</type>)
</entry>
<entry>999</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ENCODED</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_LITERAL</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_RPC</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_DOCUMENT</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ACTOR_NEXT</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ACTOR_NONE</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ACTOR_UNLIMATERECEIVER</constant>
(<type>integer</type>)
</entry>
<entry>3</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_COMPRESSION_ACCEPT</constant>
(<type>integer</type>)
</entry>
<entry>32</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_COMPRESSION_GZIP</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_COMPRESSION_DEFLATE</constant>
(<type>integer</type>)
</entry>
<entry>16</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_AUTHENTICATION_BASIC</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_AUTHENTICATION_DIGEST</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>UNKNOWN_TYPE</constant>
(<type>integer</type>)
</entry>
<entry>999998</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_STRING</constant>
(<type>integer</type>)
</entry>
<entry>101</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_BOOLEAN</constant>
(<type>integer</type>)
</entry>
<entry>102</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_DECIMAL</constant>
(<type>integer</type>)
</entry>
<entry>103</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_FLOAT</constant>
(<type>integer</type>)
</entry>
<entry>104</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_DOUBLE</constant>
(<type>integer</type>)
</entry>
<entry>105</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_DURATION</constant>
(<type>integer</type>)
</entry>
<entry>106</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_DATETIME</constant>
(<type>integer</type>)
</entry>
<entry>107</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_TIME</constant>
(<type>integer</type>)
</entry>
<entry>108</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_DATE</constant>
(<type>integer</type>)
</entry>
<entry>109</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_GYEARMONTH</constant>
(<type>integer</type>)
</entry>
<entry>110</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_GYEAR</constant>
(<type>integer</type>)
</entry>
<entry>111</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_GMONTHDAY</constant>
(<type>integer</type>)
</entry>
<entry>112</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_GDAY</constant>
(<type>integer</type>)
</entry>
<entry>113</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_GMONTH</constant>
(<type>integer</type>)
</entry>
<entry>114</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_HEXBINARY</constant>
(<type>integer</type>)
</entry>
<entry>115</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_BASE64BINARY</constant>
(<type>integer</type>)
</entry>
<entry>116</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ANYURI</constant>
(<type>integer</type>)
</entry>
<entry>117</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_QNAME</constant>
(<type>integer</type>)
</entry>
<entry>118</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NOTATION</constant>
(<type>integer</type>)
</entry>
<entry>119</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NORMALIZEDSTRING</constant>
(<type>integer</type>)
</entry>
<entry>120</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_TOKEN</constant>
(<type>integer</type>)
</entry>
<entry>121</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_LANGUAGE</constant>
(<type>integer</type>)
</entry>
<entry>122</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NMTOKEN</constant>
(<type>integer</type>)
</entry>
<entry>123</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NAME</constant>
(<type>integer</type>)
</entry>
<entry>124</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NCNAME</constant>
(<type>integer</type>)
</entry>
<entry>125</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ID</constant>
(<type>integer</type>)
</entry>
<entry>126</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_IDREF</constant>
(<type>integer</type>)
</entry>
<entry>127</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_IDREFS</constant>
(<type>integer</type>)
</entry>
<entry>128</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ENTITY</constant>
(<type>integer</type>)
</entry>
<entry>129</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ENTITIES</constant>
(<type>integer</type>)
</entry>
<entry>130</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_INTEGER</constant>
(<type>integer</type>)
</entry>
<entry>131</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NONPOSITIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>132</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NEGATIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>133</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_LONG</constant>
(<type>integer</type>)
</entry>
<entry>134</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_INT</constant>
(<type>integer</type>)
</entry>
<entry>135</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_SHORT</constant>
(<type>integer</type>)
</entry>
<entry>136</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_BYTE</constant>
(<type>integer</type>)
</entry>
<entry>137</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NONNEGATIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>138</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_UNSIGNEDLONG</constant>
(<type>integer</type>)
</entry>
<entry>139</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_UNSIGNEDINT</constant>
(<type>integer</type>)
</entry>
<entry>140</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_UNSIGNEDSHORT</constant>
(<type>integer</type>)
</entry>
<entry>141</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_UNSIGNEDBYTE</constant>
(<type>integer</type>)
</entry>
<entry>142</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_POSITIVEINTEGER</constant>
(<type>integer</type>)
</entry>
<entry>143</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NMTOKENS</constant>
(<type>integer</type>)
</entry>
<entry>144</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ANYTYPE</constant>
(<type>integer</type>)
</entry>
<entry>145</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_ANYXML</constant>
(<type>integer</type>)
</entry>
<entry>147</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>APACHE_MAP</constant>
(<type>integer</type>)
</entry>
<entry>200</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ENC_OBJECT</constant>
(<type>integer</type>)
</entry>
<entry>301</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_ENC_ARRAY</constant>
(<type>integer</type>)
</entry>
<entry>300</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_1999_TIMEINSTANT</constant>
(<type>integer</type>)
</entry>
<entry>401</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_NAMESPACE</constant>
(<type>integer</type>)
</entry>
<entry>http://www.w3.org/2001/XMLSchema</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>XSD_1999_NAMESPACE</constant>
(<type>integer</type>)
</entry>
<entry>http://www.w3.org/1999/XMLSchema</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_SINGLE_ELEMENT_ARRAYS</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_WAIT_ONE_WAY_CALLS</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>SOAP_USE_XSI_ARRAY_TYPE</constant>
(<type>integer</type>)
</entry>
<entry>4</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>WSDL_CACHE_NONE</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>WSDL_CACHE_DISK</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry></entry>
</row>
<row>
<entry>
<constant>WSDL_CACHE_MEMORY</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry></entry>
</row>
<row>
<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
-->