mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
10 lines
281 B
XML
10 lines
281 B
XML
<slide title="Fetch Single">
|
|
|
|
<blurb fontsize="4em">
|
|
To improve the performance and usability, SQLite extension implements %sqlite_fetch_single()%, which
|
|
can be used to retrieve single column data in a form of a string.
|
|
</blurb>
|
|
|
|
<example filename="database_pop10.php" />
|
|
|
|
</slide> |