Usephul

FilterMode : int
in package

Table of Contents

Cases

UseBoth  = self::USE_BOTH
Pass both value and key to the given callback function.
UseKey  = self::USE_KEY
Pass each key as the first argument to the given callback function.
UseValue  = self::USE_VALUE
Pass the value as the only argument to the given callback function.

Cases

UseValue

Pass the value as the only argument to the given callback function.

UseBoth

Pass both value and key to the given callback function.

UseKey

Pass each key as the first argument to the given callback function.


        
On this page

Search results