Yngvarr

Generation

generate functionFri, 09 Dec 2022

обрезать строку с конца

function trim($str, $len){ return substr($str, 0, $len); } trim('hello world', 5)

Questions about programming?Chat with your personal AI assistant