|
TokyoTyrantQuery::outRemoves records based on query Description
public TokyoTyrantQuery TokyoTyrantQuery::out
( void
)
Removes all records that match the query. Works exactly like search but removes the records instead of returning them. ParametersThis function has no parameters. Return ValuesThis method returns the current object and throws TokyoTyrantException on failure. Examples
Example #1 TokyoTyrantQuery::out example
<?php See Also
|