mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2cf97bf6d1
commit
268cfda864
4 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-fetch-array">
|
||||
<refnamediv>
|
||||
|
@ -31,6 +31,7 @@
|
|||
slower than using <function>mssql_fetch_row</function>, while it
|
||||
provides a significant added value.
|
||||
</para>
|
||||
&database.field-case;
|
||||
<para>
|
||||
For further details, also see
|
||||
<function>mssql_fetch_row</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-fetch-object">
|
||||
<refnamediv>
|
||||
|
@ -23,6 +23,7 @@
|
|||
that you can only access the data by the field names, and not by
|
||||
their offsets (numbers are illegal property names).
|
||||
</para>
|
||||
&database.field-case;
|
||||
<para>
|
||||
Speed-wise, the function is identical to
|
||||
<function>mssql_fetch_array</function>, and almost as quick as
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.mssql-field-name">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,9 @@
|
|||
<methodparam><type>int</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.mssql-field-type">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,9 @@
|
|||
<methodparam><type>int</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue