Example #1
0
 function smembers($key)
 {
     $rows = mysql\Collection::smembers($key);
     return $rows;
 }