PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

msql_fieldflags> <msql_field_table
Last updated: Fri, 22 Aug 2008

view this page in

msql_field_type

(PHP 4, PHP 5)

msql_field_typeObtém o tipo do campo

Descrição

string msql_field_type ( resource $result , int $field_offset )

msql_field_type() obtém o tipo de um especificado campo.

Parâmetros

result

O resulatdo resource que esta sendo avaliado. Este resultado vem de uma chamada a msql_query().

field_offset

O índice numérico. O field_offset começa em 1.

Valor Retornado

O tipo do campo. Um dos int, char, real, ident, null ou unknown. Retornará FALSE em falha.



add a note add a note User Contributed Notes
msql_field_type
There are no user contributed notes for this page.

msql_fieldflags> <msql_field_table
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites