mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
minor in-line doc fix
This commit is contained in:
@@ -73,7 +73,7 @@ define('DB_WARNING_READ_ONLY', -1001);
|
||||
*
|
||||
* The prepare/execute model in DB is mostly borrowed from the ODBC
|
||||
* extension, in a query the "?" character means a scalar parameter.
|
||||
* There is one extension though, a "*" character means an opaque
|
||||
* There is one extension though, a "&" character means an opaque
|
||||
* parameter. An opaque parameter is simply a file name, the real
|
||||
* data are in that file (useful for stuff like putting uploaded files
|
||||
* into your database).
|
||||
|
||||
Reference in New Issue
Block a user