You don't have an account yet?
Become part of our PHP community and register now...
$test = 1; //Umwandeln $test = "$test"; $test = strval($test); $test = ''.$test;
Leave a comment: