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; }

Want to kickstart your project?Use the new AI Studio to create your code