Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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. * /?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: