1
0
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:
Tomas V.V.Cox
2001-07-10 11:55:15 +00:00
parent bcddfd474a
commit 48cbbbb3db

View File

@@ -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).