$blocked_list = array(';', '/*','---','*','\*','\'','select','union','join','where','insert','like','drop','and','have','alter','0x','"','\'','location','LOCATİON','LOCATION','refresh','script','frame','iframe','İFRAME','IFRAME','\\n'); $check_array = [ [ 'key' => 'select', 'lang' => [ 'en' => 'Select', 'tr' => 'Sec' ] ] ]; $new_tk = str_ireplace($blocked_list, '', $check_array);Me da como resultado el siguiente error.
" Advertencia: conversión de matriz a cadena en /var/www/...." ¿Cómo puedo str_replace la matriz dentro de la matriz como en la variable $array_check?