PHP Velho Oeste 2024

TokyoTyrantTable::add

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::addAdds a record

Beschreibung

public TokyoTyrantTable::add ( string $key , mixed $increment [, string $type ] ) : void

This method is not supported with table databases.

Parameter-Liste

key

The string key

increment

The amount to increment

type

TokyoTyrant::RDB_RECINT or TokyoTyrant::RDB_RECDBL constant. If this parameter is omitted the type is guessed from the increment parameters type.

Rückgabewerte

This method throws an TokyoTyrantException if used through this class.

Siehe auch

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top