Table Of Contents

Previous topic

getEx

Next topic

mgetEx

This Page

mget

Data is retrieved by the specified key list

Description

mixed mget (array $keys[, mixed $hint = null, boolean $use_master = false])

mget returns results of data from specified key list

Parameters

  • keys
    • key value list that is the condition
  • hint
    • hint of FarmSelect
  • use_master
    • flag of connect to master

Return Values

Examples