I need to take all raws which contain “K92-2” (it can be K92-2, K92-2-U, K92-2-W). Some time its just one raw some time its two.
$ARRAY = $API->comm(“/queue/simple/print”, array(
“?name” => "$result
"
));
That code return data just if $result[code] its exact string otherwise id doesn't return anything
I need something like "?<name" => "$result[code]*"
$result[code] plus (ANY SYMBOLS) or just $result[code]