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

Method SetField( )

 public   mixed rstoetter\libsqlphp\cPrimaryKeyData::SetField(string $fieldname, mixed $fieldval)

The method SetField( ) sets the value of the field with the name $fieldname to $fieldval

Example:

Arguments

  • $fieldname string - <p>the name of the field</p>
  • $fieldval mixed - <p>the value of the field</p>