De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
"usec" - microseconds
"dsttime" - typ korekce letního času
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
seconds 와 microseconds 의 합을 사용해서 socket descriptor 의 시간초과 값을 설정합니다.
příklad 1. socket_set_timeout() příklad
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
sets the timeout value on stream, expressed in the sum of seconds and microseconds.
příklad 1. stream_set_timeout() example
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
uniqid() returns a prefixed unique identifier based on the current time in microseconds. the prefix can be useful for instance if you generate identifiers simultaneously on several hosts that might happen to generate the identifier at the same microsecond. prefix can be up to 114 characters long.
prefix může být užitečný například pokud generujete identifikátory na několika serverech současně, které by mohly vygenerovat identifikátor ve stejnou mikrosekundu.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
returns the string "msec sec" where sec is the current time measured in the number of seconds since the unix epoch (0:00:00 january 1, 1970 gmt), and msec is the microseconds part. this function is only available on operating systems that support the gettimeofday() system call.
tato funkce je dostupná pouze na operačních systémech, které podporují systémové volání gettimeofday().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible