pg_field_type
(PHP 4 >= 4.2.0)
In the description for pg_field_type below, there's a
note saying that it used to be called pg_field_type().
If it's called pg_field_type NOW, that doesn't make
sense, does it?  Maybe you meant it used to be called
pg_fieldtype() ?

--Drew
Relevant section:

pg_field_type --  Returns the type name for the
corresponding field number 
Description
string pg_field_type ( resource result, int
field_number)


pg_field_type() returns a string containing the type
name of the given field_number in the given PostgreSQL
result resource. Field numbering starts at 0. 

Note: This function used to be called pg_field_type().




__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to