Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
db2_field_num Manuál PHP Předcházející Další (PECL) db2_field_num --  Returns the position of named column in a result set Popis int ( resource stmt, mixed ) set. Seznam param...
Forum und email
db2_field_num

db2_field_num

(PECL)

db2_field_num --  Returns the position of the named column in a result set

Popis

int db2_field_num ( resource stmt, mixed column )

Returns the position of the named column in a result set.

Seznam parametrů

stmt

Specifies a statement resource containing a result set.

column

Specifies the column in the result set. This can either be an integer representing the 0-indexed position of the column, or a string containing the name of the column.

Návratové hodnoty

Returns an integer containing the 0-indexed position of the named column in the result set. If the specified column does not exist in the result set, db2_field_num() returns FALSE.