Table Of Contents

Previous topic

Function definitions

Next topic

find

This Page

execute

Get the result of executing the statement

Description

mixed get ( string $stmt_name, array $params[, mixed $hint = null])

execute returns the result of executing the statement

Parameters

  • stmt_name
    • name of statement
  • params
    • parameters of condition
  • hint
    • hint of FarmSelect

Return Values

Examples