Re: [PDO] Mapping data type/size
[email protected] (Matteo Beccati) Mon, 02 Nov 2009 10:06:02 +0100
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
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. Cheers -- M.