update_item

Item-related functions

Summary

update_item(Item|int $item, array $metadata = Array, array $elementTexts = Array, array $fileMetadata = Array)

Update an existing item.

Parameters:
  • $item (Item|int) – Either an Item object or the ID for the item.
  • $metadata (array) – Set of options that can be passed to the item.
  • $elementTexts (array) –
  • $fileMetadata (array) –
Returns:

Item

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

insert_item

Next topic

ItemType-related functions

This Page