Exemplo n.º 1
0
 static function objectOfAssociativeArray($arr)
 {
     foreach ($arr as $key => $value) {
         if (is_array($value)) {
             $arr[$key] = php_Lib::objectOfAssociativeArray($value);
         }
     }
     return _hx_anonymous($arr);
 }
Exemplo n.º 2
0
function model_Clients_13(&$lead_id, &$rc, &$records, $r)
{
    return php_Lib::objectOfAssociativeArray($r)->length_in_sec > 60;
}