table_exists Back | Forward | Home

'Language Reference'

User Functions

Database Functions

Data Manipulation Functions

Table Functions
  • showtables

  • createtable

  • droptable

  • altertable

  • describe

  • table_count

  • empty_cache

  • table_exists

  • last_insert_id


  • Error Handling Functions

    << Last Section ( empty_cache ) table_exists Next Section ( last_insert_id ) >>
    Usage bool table_exists ( $table, $db )
    Purpose Check whether a given table exists
    Availability txtSQL >= 2.2 Final

    This function will return TRUE if the $table exists inside of $database, and FALSE otherwise

    User-Contributed Comments for:
    table_exists()
    No comments found;