v5:reference:connection:getall
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| reference:getall [2015/07/21 16:47] – created mnewnham | v5:reference:connection:getall [2019/05/08 16:41] (current) – ADODB_ASSOC_CASE not $ADODB_ASSOC_CASE dregad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== getAll ====== | ====== getAll ====== | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| + | <WRAP important> | ||
| + | This function and [[v5: | ||
| + | </ | ||
| <WRAP right box> | <WRAP right box> | ||
| == syntax == | == syntax == | ||
| Line 10: | Line 13: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The function executes a statement and returns a the entire recordset in an array or false if the statement execution fails. The presentation of the returned data can be modified by the variables | + | The function executes a statement and returns a the entire recordset in an array or false if the statement execution fails. |
| + | |||
| + | The presentation of the returned data can be modified by: | ||
| + | * [[v5:reference: | ||
| + | * [[v5:reference: | ||
| + | * [[v5:reference:connection: | ||
| - | For a detailed description of the parameters passed, see [[reference: | + | For a detailed description of the parameters passed, see [[v5:reference:connection: |
| ==== Usage ==== | ==== Usage ==== | ||
| Line 19: | Line 27: | ||
| * DB2 Connection assumed | * DB2 Connection assumed | ||
| */ | */ | ||
| - | $ar = $db->execute(" | + | $ar = $db->getAll(" |
| /* | /* | ||
v5/reference/connection/getall.1437490035.txt.gz · Last modified: (external edit)
