v5:reference:connection:setfetchmode
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:setfetchmode [2016/01/16 23:04] – ↷ Page moved from v5:reference:setfetchmode to v5:reference:connection:setfetchmode mnewnham | v5:reference:connection:setfetchmode [2020/01/05 12:30] (current) – dregad | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| If you have multiple connection objects, and want to have different fetch modes for each connection, then use SetFetchMode. Once this function is called for a connection object, that connection object will ignore the global variable '' | If you have multiple connection objects, and want to have different fetch modes for each connection, then use SetFetchMode. Once this function is called for a connection object, that connection object will ignore the global variable '' | ||
| <WRAP right 300px box> | <WRAP right 300px box> | ||
| - | == See Also == | ||
| - | [[v5: | ||
| - | [[v5: | ||
| == Syntax == | == Syntax == | ||
| int setFetchMode( | int setFetchMode( | ||
| Line 12: | Line 9: | ||
| ) | ) | ||
| + | == See Also == | ||
| + | [[v5: | ||
| + | [[v5: | ||
| </ | </ | ||
| ==== Use as a getter ==== | ==== Use as a getter ==== | ||
| Line 27: | Line 27: | ||
| <code php> | <code php> | ||
| $db-> | $db-> | ||
| - | + | $rs1 = $db->execute(' | |
| - | $rs1 = $db->Execute(' | + | |
| $db-> | $db-> | ||
| - | + | $rs2 = $db->execute(' | |
| - | $rs2 = $db->Execute(' | + | |
| print_r($rs1-> | print_r($rs1-> | ||
| Line 45: | Line 43: | ||
| */ | */ | ||
| + | </ | ||
| + | ====== Fetch Both ===== | ||
| + | Some databases support a 'Fetch Both' mode, which can be set using '' | ||
| + | <code php> | ||
| + | $db-> | ||
| + | $rs3 = $db-> | ||
| + | print_r($rs3-> | ||
| + | /* | ||
| + | shows _array([0]=>' | ||
| + | | ||
| + | [1] =>' | ||
| + | | ||
| + | ) | ||
| + | */ | ||
| </ | </ | ||
v5/reference/connection/setfetchmode.1452981893.txt.gz · Last modified: (external edit)
