Table Of Contents

Previous topic

execute

Next topic

findEx

This Page

find

List of data is retrieved by the specified key

Description

mixed find (string $stmt_name, array $params[, int $offset = null, int $limit = null, mixed $hint = null, boolean $use_master = false])

find returns results of data list from specified key

Parameters

  • stmt_name
    • name of statement
  • params
    • parameters of condition
  • offset
    • starting row position of data retrieving
  • limit
    • limitting rows of results returned
  • hint
    • hint of FarmSelect
  • use_master
    • flag of connect to master

Return Values

Examples