mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
10 lines
288 B
XML
10 lines
288 B
XML
<slide title="Multi-column result sets">
|
|
|
|
<blurb fontsize="4em">
|
|
Since 'single' functions cannot handle multi-column data, SQLite provides the
|
|
alternative in the form of %sqlite_fetch_all()% for multi-column result sets.
|
|
</blurb>
|
|
|
|
<example result="1" filename="fetch_all.php" />
|
|
|
|
</slide> |