전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
the following two statements are functionally identical. the bcpowmod() version however, executes in less time and can accept larger parameters.
?php $a = bcpowmod( $x,$y,$mod); $b = bcmod(bcpow($x,$y),$mod); / * $a and $b are equal to each other. * /?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
php_stream_opendir() returns a stream that can be used to list the files that are contained in the directory specified by path. this function is functionally equivalent to posix opendir(). although this function returns a php_stream object, it is not recommended to try to use the functions from the common api on these streams.
although this function returns a php_stream object, it is not recommended to try to use the functions from the common api on these streams.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: