PHP3 Manual | ||
---|---|---|
Prev | Next |
pg_FieldNum -- Returns the number of a columns
pg_FieldNum() will return the number of the column slot that corresponds to the named field in the given PosgreSQL result identifier. Field numbering starts at 0. This function will return -1 on error.
Prev | Home | Next |
pg_FieldName | Up | pg_FieldPrtLen |