Yngvarr

Generation

generate functionTue, 21 Mar 2023

conver file to utf8

function convert_to_utf8($file) { $output = shell_exec("recode \"$file\"..utf-8"); return $output; }

Questions about programming?Chat with your personal AI assistant