Table Of Contents

Previous topic

findEx

Next topic

findFirstEx

This Page

findFirst

Data is retrieved by the specified key

Description

mixed findFirst (string $stmt_name, array $params[, mixed $hint = null, boolean $use_master = false])

findFirst returns results of data from specified key

Parameters

  • stmt_name
    • name of statement
  • params
    • parameters of condition
  • hint
    • hint of FarmSelect
  • use_master
    • flag of connect to master

Return Values

Examples