DB_common::provides()

DB_common::provides()

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

Description

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

Return value

boolean - TRUE if the feature is supported

Note

This function can not be called statically.

Warning

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.