update : 2015.11.03
php.shukuma.com검색:
|
umask(PHP 4, PHP 5, PHP 7) umask — Changes the current umask 설명
int umask
([ int
$mask
] )
umask() sets PHP's umask to
인수
반환값umask() without arguments simply returns the current umask otherwise the old umask is returned. 예제
Example #1 umask() example
<?php 주의
|