Documentation

CFilterUnquotableWords::Add

int
Add(
 array arFields 
);

The Add method creates a new record with parameters specified in arFields.

Parameters

ParameterDescription
arFields An array of the format Array(field1=>value1[, field2=>value2 [, ..]]):
  • field - field name;
  • value - field value.
The fields are listed in the Word dictionary table. The required fields must be present.

Return Values

The method returns the ID of the created record on success, or false otherwise.

See Also

  • Word dictionary table
  • © «Bitrix24», 2001-2024
    Up