Table Of Contents

Previous topic

mgetEx

Next topic

toValueEx

This Page

toValue

Retrieving a single data from the specified condition

Description

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

toValue returns result of a single data from specified condition

Parameters

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

Return Values

Examples