table_exists($table_name)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if that table exists, FALSE if not |
| Return type: |
bool |
Determine if a particular table exists.
table_exists($table_name)
| Parameters: |
|
|---|---|
| Returns: |
TRUE if that table exists, FALSE if not |
| Return type: |
bool |
Determine if a particular table exists.
Please login to continue.