Method Database::tableExists
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Determine if a particular database table exists
public function boolean tableExists(string $strTable, string $strDatabase, boolean $blnNoCache)
Parameters
- string $strTable
- Not documented yet. Please add documentation to this entry.
- string $strDatabase
- Default: false
- Not documented yet. Please add documentation to this entry.
- boolean $blnNoCache
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment