The Odbc\Connection class

(PHP 8 >= 8.4.0)

Introducción

A fully opaque class which replaces an odbc_connection resource as of PHP 8.4.0.

Sinopsis de la Clase

namespace Odbc;
class Connection {
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top