parseInt()

Simuliamo la funzione parseInt() con il PHP

function parseInt($str){
return (int) $str;
}

Be the first to comment on "parseInt()"

Leave a comment