odbc_columnprivileges

PHP 4, PHP 5, PHP 7, PHP 8
odbc_columnprivileges - Lists columns and associated privileges for the given table
Manual
Code Examples

Example #1 List Privileges for a Column

Result: Array ( [TABLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => test [COLUMN_NAME] => id [GRANTOR] => dbo [GRANTEE] => dbo [PRIVILEGE] => INSERT [IS_GRANTABLE] => YES )
PHP Version: