DB_common::provides()

DB_common::provides() -- Checks if the DBMS supports a particular feature

Áttekintés

boolean provides (string $feature)

Leírás

Checks if a feature is available for the chosen database type.

Paraméterek

string $feature

the feature to check

Visszatérési érték

boolean - TRUE if the feature is supported

Megjegyzés

Ez a függvény nem hívható statikusan.

Figyelem

The provided information are only hints. Check the documentation of your database system for the real supported features. I.e. MySQL supports transactions, but not for every table type.

Példa