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/03/14 00:12] – 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 47: | Line 45: | ||
| </ | </ | ||
| ====== Fetch Both ===== | ====== Fetch Both ===== | ||
| - | Some databases support a 'Fetch Both' mode. In this mode, the value are returned | + | Some databases support a 'Fetch Both' mode, which can be set using '' |
| <code php> | <code php> | ||
| - | shows _array([0]=>' | + | $db-> |
| - | | + | $rs3 = $db-> |
| - | | + | print_r($rs3-> |
| - | | + | /* |
| - | | + | |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | */ | ||
| </ | </ | ||
| - | This mode can be set using '' | ||
v5/reference/connection/setfetchmode.1457910777.txt.gz · Last modified: (external edit)
