<?php
$myarray = Array
(
221 => 'suspended-suspended-1',
691 => 'knee-ir-1',
812 => 'knee-ir-4'
);
$row['id']=691; //for example
if(isset($myarray[$row['id']]) && strpos($myarray[$row['id']],"ir") !==false){
echo "ir exists on the search index ".$row['id'];
}
- Output for 5.6.38, 7.1.0 - 7.1.22, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.13
- ir exists on the search index 691
preferences:
68.33 ms | 407 KiB | 5 Q