hash – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 106 Results  www.art-pr-europe.com
  PHP: Working with HashT...  
zend_inline_hash_func
はこれらのプロトタイプを深く理解できるはずです。
  PHP: Fleshing out your ...  
A hash table containing error codes and messages.
エラーコードおよびメッセージを含むハッシュテーブル。
  PHP: Working with HashT...  
Zend/zend_hash.h
エンジンにおける
  PHP: Working with HashT...  
HASH_KEY_IS_STRING
index
  PHP: Working with HashT...  
int zend_hash_del(HashTable* ht, const char* key, uint klen)
int zend_hash_find(HashTable* ht, const char* key, uint klen, void** data)
  PHP: SSL context option...  
Aborts when the remote certificate digest doesn't match the specified hash.
Değer string türünde belirtilmişse, uzunluk katıştırma algoritmasından belirlenir ("md5" için 32, "sha1" için 40 gibi).
  PHP: Working with HashT...  
int zend_hash_index_find(HashTable* ht, ulong index, void** data)
int zend_hash_index_update(HashTable* ht, ulong index, void* data, uint dsize, void** dest)
  PHP: MongoDB::command -...  
The hash will also correspond to a connection returned from MongoClient::getConnections().
このハッシュは、 MongoClient::getConnections() が返す接続に対応しています。
  PHP: Working with HashT...  
zend_bool zend_hash_exists(HashTable* ht, const char* key, uint klen)
からテーブル にコピーされる)。キーが存在した場合、古いデータに対して
  PHP: MongoDB::command -...  
&$hash
$options
  PHP: MongoDB::command -...  
Set to the connection hash of the server that executed the command. When the command result is suitable for creating a MongoCommandCursor, the hash is intended to be passed to MongoCommandCursor::createFromDocument().
コマンドを実行するサーバーの接続ハッシュを設定します。 コマンドの結果が MongoCommandCursor の作成に適したものである場合、このハッシュは MongoCommandCursor::createFromDocument() に渡されます。
  PHP: Other Services - M...  
chdb — Constant hash database
chdb — Base de données de hachage constante
chdb — Хеш-база данных констант (CHDB)
  PHP: MongoDB::command -...  
Set to the connection hash of the server that executed the command. When the command result is suitable for creating a MongoCommandCursor, the hash is intended to be passed to MongoCommandCursor::createFromDocument().
コマンドを実行するサーバーの接続ハッシュを設定します。 コマンドの結果が MongoCommandCursor の作成に適したものである場合、このハッシュは MongoCommandCursor::createFromDocument() に渡されます。
  PHP: mysqlnd_qc_get_cac...  
property holds a hash. The hash is indexed by the internal cache entry identifier of the storage handler. The cache entry identifier is human-readable and contains the query string leading to the cache entry.
contient un hashage. Ce hashage est indexé par l'identifiant de l'entrée du cache interne du gestionnaire de stockage. L'identifiant de l'entrée du cache est humainement lisible et contient la chaîne de requête correspondante à l'entrée du cache. Reportez-vous à l'exemple ci-dessous. Les données suivantes sont fournies pour chaque entrée du cache.
contiene un hash. El hash es indexado por el identificador interno de entradas de la caché del gestor de almacenamiento. El identificador de entradas de la caché es legible por los humanos y contiene la cadena de consulta que dirige la entrada de la caché. Por favor, véase también el ejemplo de abajo. Se proporcionan los siguientes datos para cada entrada de la caché.
  PHP: mysqlnd_qc_get_cac...  
property holds a hash. The hash is indexed by the internal cache entry identifier of the storage handler. The cache entry identifier is human-readable and contains the query string leading to the cache entry.
contient un hashage. Ce hashage est indexé par l'identifiant de l'entrée du cache interne du gestionnaire de stockage. L'identifiant de l'entrée du cache est humainement lisible et contient la chaîne de requête correspondante à l'entrée du cache. Reportez-vous à l'exemple ci-dessous. Les données suivantes sont fournies pour chaque entrée du cache.
contiene un hash. El hash es indexado por el identificador interno de entradas de la caché del gestor de almacenamiento. El identificador de entradas de la caché es legible por los humanos y contiene la cadena de consulta que dirige la entrada de la caché. Por favor, véase también el ejemplo de abajo. Se proporcionan los siguientes datos para cada entrada de la caché.
  PHP: Backward incompati...  
The Mhash extension has been fully integrated into the Hash extension. Therefore, it is no longer possible to detect Mhash support with extension_loaded(); use function_exists() instead. Furthermore, Mhash is no longer reported by get_loaded_extensions() and related features.
L'extension mhash a été entièrement intégrée dans l'extension Hash. Par conséquent, il n'est plus possible de détecter le support mhash avec extension_loaded(); utiliser function_exists() à la place. En outre, mhash n'est plus rapporté par get_loaded_extensions() et les fonctionnalités connexes.
Расширение Mhash полностью интегрировано в расширение Hash. Таким образом, теперь нельзя определить доступность поддержки Mhash с помощью функции extension_loaded(); вместо нее используйте function_exists(). Кроме того, Mhash больше не будет выводить с помощью get_loaded_extensions() и подобных функций.
  PHP: ingres_connect - M...  
INGRES_STRUCTURE_HASH
INGRES_STRUCTURE_BTREE
  PHP: mysqlnd_qc_get_cor...  
Statement is considered not cacheable or it is considered cachable but the storage handler has not returned a hash key for it.
La requête est considérée comme ne pouvant pas être mise en cache ou elle est considérée comme pouvant être mise en cache mais le gestionnaire de stockage n'a pas retourné de clé pour cette requête.
La sentencia se considera no almacenable en caché o sí se considera pero el gestor de almacenamiento no ha devuelto una clave hash para ella.
  PHP: Working with HashT...  
int zend_hash_init(HashTable* ht, uint size, hash_func_t hash, dtor_func_t destructor, zend_bool persistent)
API 関数は通常、キーの長さは NULL で終端された文字列の 長さに等しいことを期待していることに気をつけてください。これには NULL 終端の分も 含みます。つまり、
  PHP: Working with HashT...  
int zend_hash_init(HashTable* ht, uint size, hash_func_t hash, dtor_func_t destructor, zend_bool persistent)
API 関数は通常、キーの長さは NULL で終端された文字列の 長さに等しいことを期待していることに気をつけてください。これには NULL 終端の分も 含みます。つまり、
  PHP: Working with HashT...  
int zend_hash_init(HashTable* ht, uint size, hash_func_t hash, dtor_func_t destructor, zend_bool persistent)
API 関数は通常、キーの長さは NULL で終端された文字列の 長さに等しいことを期待していることに気をつけてください。これには NULL 終端の分も 含みます。つまり、
  PHP: Working with HashT...  
ulong zend_hash_next_free_element(HashTable* ht)
int zend_hash_index_find(HashTable* ht, ulong index, void** data)
  PHP: Working with HashT...  
int zend_hash_index_exists(HashTable* ht, ulong index)
int zend_hash_index_del(HashTable* ht, ulong index)
  PHP: Working with HashT...  
int zend_hash_update(HashTable* ht, const char* key, uint klen, void* data, uint dlen, void** dest)
int zend_hash_add(HashTable* ht, const char* key, uint klen, void* data, uint dlen, void** dest)
  PHP: Runtime Configurat...  
session.hash_function
"upload_progress_"
Entfernt in PHP 7.1.0.
session.upload_progress.freq
PHP 7.1.0 で削除されました。
Удалена в PHP 7.1.0.
session.cache_limiter
  PHP: List of php.ini di...  
session.hash_function
"upload_progress_"
  PHP: unserialize - Manual  
hash_hmac() - Generate a keyed hash value using the HMAC method
hash_hmac() - Génère une valeur de clé de hachage en utilisant la méthode HMAC
hash_hmac() - Genera un valor cifrado mediante una clave especificada usando el método HMAC
hash_hmac() - HMAC 方式を使用してハッシュ値を生成する
json_decode() - Декодирует строку JSON
çıktısını inceleyerek yakalayabilirsiniz.
  PHP: Runtime Configurat...  
allows you to specify the hash algorithm used to generate the session IDs. '0' means MD5 (128 bits) and '1' means SHA-1 (160 bits).
vous permet de spécifier la fonction de hachage à utiliser pour générer les identifiants de session. '0' signifie MD5 (128 bits) et '1' signifie SHA-1 (160 bits).
Ab PHP 5.3.0 ist es auch möglich, einen der Algorithmen zu bestimmen, die durch die Hash-Erweiterung (falls vorhanden) zur Verfügung stehen, wie z.B.
permite especificar el algoritmo hash utilizado para generar los ID de sesión. '0' significa MD5 (128 bits) y '1' significa SHA-1 (160 bits).
PHP 5.3.0 以降では、hash 拡張モジュール の任意のアルゴリズムが (この拡張モジュールが使用可能な場合に) 指定できるようになります。たとえば
Начиная с PHP 5.3.0 также стало возможным указать любой из алгоритмов, предусмотренных расширением hash (если оно доступно), например
  PHP: List of php.ini di...  
memcache.hash_function
PHP_INI_SYSTEM
mongo.allow_persistent
  PHP: List of php.ini di...  
phar.require_hash
PHP_INI_PERDIR
PHP_INI_SYSTEM
1 2 Arrow