reference/sqlsrv/functions/sqlsrv-field-metadata.xml
66fffcdfbb9d97a1618b9e47f9be19a83f80e32b
...
...
@@ -29,7 +29,7 @@
29
29
<term><parameter>stmt</parameter></term>
30
30
<listitem>
31
31
<para>
32
-
The statment resource for which metadata is returned.
32
+
The statement resource for which metadata is returned.
33
33
</para>
34
34
</listitem>
35
35
</varlistentry>
...
...
@@ -40,7 +40,7 @@
40
40
<refsect1 role="returnvalues">
41
41
&reftitle.returnvalues;
42
42
<para>
43
-
Returns an array of arrays is returned on success. Otherwise, &false; is returned.
43
+
Returns an array of arrays on success. Otherwise, &false; is returned.
44
44
Each returned array is described by the following table:
45
45
<table>
46
46
<title>Array returned by sqlsrv_field_metadata</title>
47
47