cPrimaryKeyData::SetValue() - rstoetter/libsqlphp GitHub Wiki

Method SetValue( )

 public   mixed rstoetter\libsqlphp\cPrimaryKeyData::SetValue(integer $fieldindex, mixed $fieldval)

The method SetValue( ) sets the value of the field with the index $fieldindex to $fieldval

Example:

Arguments

  • $fieldindex integer - <p>the index of the field</p>
  • $fieldval mixed - <p>the value of the field</p>