is returned – Traduction en Russe – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 62 Résultats  mae-innovation.com
  PHP: Phar::decompress -...  
A Phar object is returned.
Возвращает объект Phar.
  PHP: gettype - Manual  
"double" (for historical reasons "double" is returned in case of a float, and not simply "float")
"double" (по историческим причинам в случае типа float возвращается "double", а не просто "float")
  PHP: mysql_fetch_object...  
mysql_fetch_object() is similar to mysql_fetch_array(), with one difference - an object is returned, instead of an array. Indirectly, that means that you can only access the data by the field names, and not by their offsets (numbers are illegal property names).
mysql_fetch_object() работает аналогично mysql_fetch_array(), с единственным отличием - функция возвращает объект вместо массива. Это, кроме всего прочего, означает, что вы сможете работать с полями только по имени колонок, а не индексов (числа не могут быть свойствами объекта).
  PHP: pathinfo - Manual  
parameter is not passed, an associative array containing the following elements is returned:
не передан, то возвращаемый ассоциативный массив (array) будет содержать следующие элементы:
  PHP: hash_pbkdf2 - Manual  
in which case the raw binary representation of the derived key is returned.
, то будут возвращены сырые бинарные данные.
  PHP: array_intersect_as...  
is present in both arrays and thus is returned. The value
, содержится в обоих массивах и таким образом возвращается. Значение
  PHP: oci_fetch_array - ...  
is returned.
, то возвращается
  PHP: Backward incompati...  
is returned, then it will fail and an E_WARNING will be emitted.
Порядок сортировки одинаковых элементов
  PHP: oci_fetch_all - Ma...  
The number of initial rows to discard when fetching the result. The default value is 0, so the first row onwards is returned.
Число строк, которых необходимо исключить из выборки. По умолчанию равно 0, выборка возвращается со следующего за первым ряда.
  PHP: hash_pbkdf2 - Manual  
this corresponds to twice the byte-length of the derived key (as every byte of the key is returned as two hexits).
, то длина ключа в байтах будет в два раза меньше, так как каждый байт ключа будет возвращен в виде двух символов шестнадцетиричной системы (0-F).
  PHP: mysqli::$connect_e...  
is returned if no error occurred.
, если ошибка отсутствует.
  PHP: debug_backtrace - ...  
The current call type. If a method call, "->" is returned. If a static method call, "::" is returned. If a function call, nothing is returned.
Текущий тип вызова функции. Если это вызов метода объекта, будет выведено "->". Если это вызов статического метода класса, то "::". Если это простой вызов функции, не выводится ничего.
  PHP: pg_field_table - M...  
By default the tables name that field belongs to is returned but if
По умолчанию функция возвращает название таблицы, содержащей заданное поле. Если параметр
  PHP: debug_backtrace - ...  
The current call type. If a method call, "->" is returned. If a static method call, "::" is returned. If a function call, nothing is returned.
Текущий тип вызова функции. Если это вызов метода объекта, будет выведено "->". Если это вызов статического метода класса, то "::". Если это простой вызов функции, не выводится ничего.
  PHP: debug_backtrace - ...  
The current call type. If a method call, "->" is returned. If a static method call, "::" is returned. If a function call, nothing is returned.
Текущий тип вызова функции. Если это вызов метода объекта, будет выведено "->". Если это вызов статического метода класса, то "::". Если это простой вызов функции, не выводится ничего.
  PHP: pg_fetch_all - Man...  
is returned if there are no rows in the result, or on any other error.
, когда в результате больше нет строк и при прочих ошибках.
  PHP: MongoCollection::i...  
If an array is returned, the following keys may be present:
if the inserted array is not empty (a MongoException will be thrown if the inserted array is empty).
  PHP: oci_fetch_all - Ma...  
is very inefficient. All the rows to be skipped are included in the result set that is returned from the database to PHP. They are then discarded. It is more efficient to use SQL to restrict the offset and range of rows in the query.
неэффективно. Все пропускаемые ряды включаются в результат запроса возвращаемый базой данных к PHP. После этого они исключаются. Более эффективно использовать SQL для отступа и ограничения рядов в запросе. См. oci_fetch_array() для примеров.
  PHP: mysql_fetch_object...  
The name of the class to instantiate, set the properties of and return. If not specified, a stdClass object is returned.
Имя класса. Будет создан экземпляр указанного класса, заполнен свойствами и возвращен. Если не указан, возвращается экземпляр stdClass.
  PHP: dns_get_record - M...  
is returned as well containing a list of authoritative name servers.
будет содержать список удостоверяющих DNS-серверов.
  PHP: curl_getinfo - Man...  
enabled; if -1 is returned the time of the document is unknown
- Последний код ответа. Начиная с PHP 5.5.0 и cURL 7.10.8, это устаревший псевдоним
  PHP: localeconv - Manual  
localeconv() returns data based upon the current locale as set by setlocale(). The associative array that is returned contains the following fields:
Возвращает ассоциативный массив с информацией о числовых и денежных форматах в текущей локали.
  PHP: curl_getinfo - Man...  
Information gathered by this function is kept if the handle is re-used. This means that unless a statistic is overridden internally by this function, the previous info is returned.
Информация, собранная этой функцией, будет сохранена при дальнейшем использовании дескриптора. Это означает, что если статистика не будет перезаписана самой функцией, будет возвращаться информация по предыдущему запросу.