Easy Tutorial
❮ Filter Validate Url Php Imagecreate ❯

PHP octdec() Function

PHP Math Reference Manual

Example

Convert octal to decimal:


Definition and Usage

The octdec() function converts an octal number to a decimal number.

Note: To convert a decimal number to an octal number, see the decoct() function.


Syntax

Parameter Description
octal_string Required. Specifies the octal string to convert.

Technical Details

Return Value: The decimal value of octal_string.
Return Type: Float / Integer
--- ---
PHP Version: 4+
--- ---
❮ Filter Validate Url Php Imagecreate ❯