oct
oct(value)
This function returns the decimal value of value interpreted as an octal string. For example, the value of oct("10") is 8.
これは役に立ちましたか?