base_convertConvert a number between arbitrary bases


base_convert (string $number, int $fromBase, int $toBase ) : string
What does this output?


<?php
echo base_convert("hello world"1610), "\n";
?>
In PHP 7.4:


Deprecated: Invalid characters passed for attempted conversion, these have been ignored