TokyoTyrantTable
PHP Manual

TokyoTyrantTable::add

(PECL tokyo_tyrant >= Unknown)

TokyoTyrantTable::addAdds a record

Описание

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

This method is not supported with table databases.

Параметри

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.

Връщани стойности

This method throws an TokyoTyrantException if used through this class.

Вж. също


TokyoTyrantTable
PHP Manual