odbc_tableprivileges

PHP 4, PHP 5, PHP 7, PHP 8
odbc_tableprivileges - Lists tables and the privileges associated with each table
Manual
Code Examples

Example #1 List Privileges of a Table

Result: Array ( [TABLE_CAT] => SalesOrders [TABLE_SCHEM] => dbo [TABLE_NAME] => Orders [GRANTOR] => dbo [GRANTEE] => dbo [PRIVILEGE] => DELETE [IS_GRANTABLE] => YES )
PHP Version: