base_convert (string $number, int $fromBase, int $toBase ) : string
<?php echo base_convert("hello world", 16, 10), "\n"; ?>
Deprecated: Invalid characters passed for attempted conversion, these have been ignored