cAllDatabaseFields::ExistsTablename() - rstoetter/libsqlphp GitHub Wiki

Method ExistsTablename( )

 public   boolean rstoetter\libsqlphp\cAllDatabaseFields::ExistsTablename(string $tablename)

Retturns true, if the table name $tablename exists in the database

Example:

Arguments

  • $tablename string - <p>the name of the table</p>

Returns

boolean true, if $tablename exists in the database