Re: [PDO] Mapping data type/size

[email protected] (Matteo Beccati) Mon, 02 Nov 2009 10:17:07 +0100
Newsgroups php.pdo
Message-ID <[email protected]>
Lester Caine ha scritto:
> Matteo Beccati wrote:
>> Hi,
>>
>>> anyways .. i think making it possible to choose between a string and a
>>> stream seems to be a sensible feature to add.
>>
>> It is currently possible, although it's a "global" switch, see
>> PDO_STRINGIFY_FETCHES.
> 
> Where is that documented? I'm not seeing anything about it on php.net

here:

http://www.php.net/manual/en/pdo.setattribute.php

and a mention about it not wokring on MySQL in a comment:

http://www.php.net/manual/en/pdostatement.fetch.php


Cheers
--
M.