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

Method ExistsFieldname( )

 public   boolean rstoetter\libsqlphp\cAllDatabaseFields::ExistsFieldname(string $tablename, string $fieldname)

Returns true, if the fieldname $fieldname exists in the database in teh table $tablename

Example:

Arguments

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

Returns

boolean true, if the fieldname $fieldname exists in the database in teh table $tablename