Description
string
pg_field_type
( resource result_id, int field_number)
pg_field_type(
)
retourne
une
chaîne
contenant
le
type
du
champs
donné
par
son
index
field_number
.
La
numérotation
des
champs
commence
à
0
.
Auparavant
,
cette
fonction
s'
appelait
pg_fieldtype(
)
.