DecOct

(PHP 3, PHP 4 )

DecOct -- decimal a octal

Descripción

string decoct ( int number)

Devuelve una cadena conteniendo la representación octal del número dado en el argumento. Returns a string containing an octal representation of the given number argument. El mayor número que puede ser ocnvertido es 2147483647 en decimal resultando "17777777777". Vea también octdec().