PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

deg2rad> <dechex
Last updated: Fri, 18 Jul 2008

view this page in

decoct

(PHP 4, PHP 5)

decoct — Da decimale a ottale

Descrizione

string decoct ( int $numero )

Restituisce una stringa contenente una rappresentazione in ottale di un dato argomento numero . Il più grande numero che può essere convertito è 2147483647 in decimale risultante in "17777777777". Vedere anche octdec().

Example #1 Esempio per decoct()

<?php 
echo decoct(15) . "\n"
echo 
decoct(264); 
?>

L'esempio precedente visualizzerà:

 
 
17 
410 

Vedere anche octdec(), decbin(), dechex() e base_convert().



add a note add a note User Contributed Notes
decoct
There are no user contributed notes for this page.

deg2rad> <dechex
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites