ovrimos_field_type
(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
ovrimos_field_type — Retorna o tipo da coluna
Descrição
int ovrimos_field_type
( int
$result_id
, int $field_number
)Retorna o tipo da coluna.
Parâmetros
-
result_id -
O identificador de resultado, retornado por ovrimos_execute() ou ovrimos_exec().
-
field_number -
Um índice.
Valor Retornado
Retorna o tipo do campo como um inteiro, ou FALSE em erro.
Veja Também
- ovrimos_field_len() - Retorna o tamanho da coluna
- ovrimos_field_name() - Retorna o nome da coluna
- ovrimos_field_num() - Retorna o índice da coluna (baseado em 1)
There are no user contributed notes for this page.
