From professional translators, enterprises, web pages and freely available translation repositories.
returns the host name of the internet host specified by ip_address.
description
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the transfer mode specified must be either ftp_ascii or ftp_binary
Замечание:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
delimiter and enclosure cannot be null and only first character is used when they are specified.
Замечание:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
binds to the ldap directory with specified rdn and password. מחזיר true במקרה של הצלחה או false במקרה של כישלון.
binds to the ldap directory with specified rdn and password. Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
sets the value of the specified option to be newval. מחזיר true במקרה של הצלחה או false במקרה של כישלון. on error.
sets the value of the specified option to be newval. Возвращает true в случае успешного завершения, false в случае возникновения ошибки. on error.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
openssl_get_privatekey() parses the pem formatted private key specified by key and prepares it for use by other functions.
description
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the sorting flags specified after an array argument apply only to that array - they are reset to default sort_asc and sort_regular after before each new array argument.
Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$large_number = 2147483647; var_dump($large_number); / / output: int(2147483647) $large_number = 2147483648; var_dump($large_number); / / output: float(2147483648) / / this goes also for hexadecimal specified integers: var_dump (0x80000000); / / output: float(2147483648) $million = 1000000; $large_number = 50000 * $million; var_dump($large_number); / / output: float(50000000000)
К сожалению, в php была ошибка, так что это не всегда верно работает, когда используются отрицательные числа. Например: когда вы умножаете -50000 * $million, результатом будет -429496728. Однако, если оба операнда положительны, проблем не возникает.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: