Jump to content

Turn octal to number?


newbtophp

Recommended Posts

Hi,

 

How would I do this, I'm trying to create a function to turn the octal (not sure whats its called exactly) input into its numberic representation, like so:

 

<?php
function octal_to_number($input) {
//do something...
return $number;
}

//would turn 0x17c into 380...
echo octal_to_number('0x17c');
?>

Link to comment
https://forums.phpfreaks.com/topic/209537-turn-octal-to-number/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.