Log 4230
10/11/2024 2024-11-10 16:07$response = [
‘mispar_rechev’ => ‘12345’,
#מספר רכב API# => ‘value1-value2-value3-value4’
];
// Get the third value from ‘mispar_rechev_nm’
$mispar_rechev_nm = explode(‘-‘, $response[#מספר רכב API#])[2];
return $mispar_rechev_nm;