📄 mssql.constants.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Predefined Constants</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="mssql.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.mssql.html">Mssql Functions</a></div> <div class="up"><a href="book.mssql.html">Mssql</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Predefined Constants</h1> <p class="simpara">The constants below are defined by this extension, andwill only be available when the extension has eitherbeen compiled into PHP or dynamically loaded at runtime.</p> <dl> <dt> <span class="term"> <b><tt>MSSQL_ASSOC</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Return an associative array. Used on <a href="function.mssql-fetch-array.html" class="function">mssql_fetch_array()</a>'s <i>result_type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>MSSQL_NUM</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Return an array with numeric keys. Used on <a href="function.mssql-fetch-array.html" class="function">mssql_fetch_array()</a>'s <i>result_type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>MSSQL_BOTH</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Return an array with both numeric keys and keys with their field name. This is the default value for <a href="function.mssql-fetch-array.html" class="function">mssql_fetch_array()</a>'s <i>result_type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLTEXT</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Indicates the 'TEXT' type in MSSQL, used by <a href="function.mssql-bind.html" class="function">mssql_bind()</a>'s <i>type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLVARCHAR</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Indicates the 'VARCHAR' type in MSSQL, used by <a href="function.mssql-bind.html" class="function">mssql_bind()</a>'s <i>type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLCHAR</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Indicates the 'CHAR' type in MSSQL, used by <a href="function.mssql-bind.html" class="function">mssql_bind()</a>'s <i>type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLINT1</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Represents one byte, with a range of -128 to 127. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLINT2</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Represents two bytes, with a range of -32768 to 32767. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLINT4</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Represents four bytes, with a range if -2147483648 to 2147483647. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLBIT</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Indicates the 'BIT' type in MSSQL, used by <a href="function.mssql-bind.html" class="function">mssql_bind()</a>'s <i>type</i> parameter. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLFLT4</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Represents an four byte float. </span> </dd> </dt> <dt> <span class="term"> <b><tt>SQLFLT8</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Represents an eight byte float. </span> </dd> </dt> </dl></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="mssql.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.mssql.html">Mssql Functions</a></div> <div class="up"><a href="book.mssql.html">Mssql</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -