string decoct ( int num ) converts a decimal number into an octal number : decoct « Math « PHP






string decoct ( int num ) converts a decimal number into an octal number

 
print decoct(19); // "23"
  
  

Related examples in the same category