Yngvarr

Generation

generate functionSat, 18 Feb 2023

hide firts 5 symbols

$str = "Hello world"; $str_new = substr($str, 5); echo $str_new; // output: world

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