When a select query is done on a database and a row is fetched as an array
using some *_fetch_array function (I am using pg_fetch_array), what is the
type (in the array) of a boolean value? Does it get the boolean true/false
value or string "f"/"t"?

Thanks in advance.

Anuradha


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to