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

search for in the

deg2rad> <dechex
[edit] Last updated: Fri, 17 May 2013

view this page in

decoct

(PHP 4, PHP 5)

decoctDa 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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites