<?php
$categories = [
133 => 'Siomay',
123 => 'Indonesian',
20 => 'Bento',
];
$input_categories = [
'Siomay',
'Indonesian',
'Bento',
'Yoghurt',
];
How to get id categories? The example shown
Results:
133
123
20
-1 // Miss (-1)