cPrimaryKey::GetFieldName() - rstoetter/libsqlphp GitHub Wiki

Method GetFieldName( )

 public   string rstoetter\libsqlphp\cPrimaryKey::GetFieldName(integer $index)

The method GetFieldName( ) returns the name of the field with the index $index

Example:

Arguments

  • $index integer - <p>is the index of the field</p>

Returns

string the name of the field with the index $index