"함수 oct2dec()"의 두 판 사이의 차이

5번째 줄: 5번째 줄:


==Bash==
==Bash==
{{참고|Bash oct2dec()}}
{{참고|Bash 8진수-10진수 변환}}
[[분류: Bash]]
[[분류: Bash]]
<syntaxhighlight lang='bash' run>
<syntaxhighlight lang='bash' run>

2023년 12월 27일 (수) 18:56 판

1 개요

함수 oct2dec()
  • 8진수를 10진수로 변환하는 함수

2 Bash

echo $((8#143)) # 99

3 PHP

echo octdec('143'); # 99

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}