| 
 | TokyoTyrant::putNrPuts value Description
   public TokyoTyrant TokyoTyrant::putNr
    ( mixed  $keys[, string$value= NULL
  ] )
   Puts a key-value pair into the database or multiple key-value pairs. If  Parameters
 
 Return ValuesThis method returns a reference to the current object and throws TokyoTyrantException on failure. Examples
 Example #1 TokyoTyrant::putNr example 
<?phpThe above example will output: value1 See Also
 
 |