"함수 filesize"의 두 판 사이의 차이

(새 문서: category: File ==PHP== category: PHP <source lang='PHP'> echo filesize('/etc/hosts'); </source> ==Python== category: Python <source lang='Python'> import os print( os.pa...)
 
11번째 줄: 11번째 줄:
<source lang='Python'>
<source lang='Python'>
import os
import os
print( os.path.getsize('etc/hosts') )
print( os.path.getsize('/etc/hosts') )
</source>
</source>

2014년 11월 4일 (화) 14:50 판


1 PHP

echo filesize('/etc/hosts');

2 Python

import os
print( os.path.getsize('/etc/hosts') )
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}