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