De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
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. * /?
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: