erini – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 115 Results  kikikokomoko.com  Page 4
  PHP: ini_get - Manual  
Belirtilen yapılandırma yönergesinin değerini döndürür.
Our php.ini contains the following settings:
Notre fichier php.ini contient les directives suivantes :
Ejemplo #1 Unos cuantos ejemplos de la función ini_get()
Пример #1 Несколько примеров использования ini_get()
  PHP: file - Manual  
göndermeden bağlantıyı kapatarak protokolle çelişir. Verinin sonuna ulaştığınız zaman PHP bunu "SSL: Fatal Protocol Error" (SSL: "Ölümcül Protokol Hatası") olarak raporlar. Bu sorunu bertaraf etmek için error_reporting değerini uyarıları içermeyecek bir seviyeye indirmek gerekir.
. PHP le reportera en tant que "SSL: Fatal Protocol Error" quand vous arrivez à la fin des données. Pour contourner ce le niveau de la directive error_reporting doit être baissée pour ne pas inclure les avertissments. PHP peut détecter automatiquement les serveur IIS bogué lors de l'ouverture du flux en utilisant
zu senden. PHP quittiert dieses Fehlverhalten mit "SSL: Fatal Protocol Error", wenn das Ende der Daten erreicht ist. Eine mögliche Lösung besteht darin, den Level von error_reporting herabzusetzten und Warnings auszuschließen. PHP kann fehlerhafte IIS-Serversoftware erkennen, wenn Sie einen Stream mit dem
. PHP avisará de esto con este mensaje "SSL: Fatal Protocol Error", cuando llegue al final de los datos. Una solución a este problema es bajar el nivel de aviso de errores del sistema para que no incluya advertencias. PHP pueden detectar servidores IIS con este problema cuando se abre un flujo usando
  PHP: Değişken etki alan...  
Değişken etki alanı ile ilgili önemli özelliklerden biri duruk değişkenlerdir. Bir duruk bir değişken sadece işlevin etki alanında geçerli olup, programın çalışması bu etki alanını terkettiği zaman değerini kaybetmez.
-Schlüsselworts außerhalb einer Funktion ist kein Fehler. Es kann verwendet werden, wenn die Datei von innerhalb einer Funktion eingebunden wird.
  PHP: NumberFormatter - ...  
NumberFormatter::formatCurrency — Bir para değerini biçemler
NumberFormatter::setSymbol — Establecer un valor de símbolo
  PHP: Güvenlik ve Güvenl...  
değerini atayabilirisiniz.
à partir de PHP 5.4.0.
a partir de PHP 5.4.0.
safe_mode_gid
  PHP: Tidy - Manual  
tidy::getOpt — Belirtilen yapılandırma seçeneğinin değerini döndürür
Tidy::getopt — Retourne la valeur de l'option de configuration Tidy
  PHP: ini_get - Manual  
ini_get — Bir yapılandırma yönergesinin değerini döndürür
if the configuration option doesn't exist.
si l'option de configuration n'existe pas.
будет возвращаться пустая строка. Функция вернет
  PHP: DOMElement - Manual  
DOMElement::getAttribute — İsmi belirtilen özniteliğin değerini döndürür
DOMElement::getAttribute — Retourne la valeur d'un attribut
  PHP: DOMElement - Manual  
DOMElement::getAttributeNS — İsmi ve isim alanı belirtilen özniteliğin değerini döndürür
DOMElement::getAttributeNS — Retourne la valeur de l'attribut
  PHP: ini_get - Manual  
get_cfg_var() - Belirtilen PHP yönergesinin değerini döndürür
get_cfg_var() - Gets the value of a PHP configuration option
get_cfg_var() - Retourne la valeur d'une option de PHP
get_cfg_var() - Obtiene el valor de una opción de configuración de PHP
get_cfg_var() - Извлекает значение настройки конфигурации PHP
  PHP: IntlDateFormatter ...  
IntlDateFormatter::format — Tarih/saat değerini bir dizge olarak biçemler
IntlDateFormatter::parse — Analyse une chaîne vers un timestamp
  PHP: date_sunrise - Man...  
değerini döndürür.
en caso de error.
を返します。
  PHP: ini_get - Manual  
ini_restore() - Bir yapılandırma yönergesine eski değerini atar
ini_restore() - Restores the value of a configuration option
ini_restore() - Restaure la valeur de l'option de configuration
ini_restore() - Restablece el valor de una opción de configuración
ini_restore() - Восстанавливает значение настройки конфигурации
  PHP: ini_get - Manual  
değeri "1" olarak dönecektir. Bu işlev ayrıca yönergenin değerini birebir dizge olarak da döndürebilir.
ini_get() ne peut pas lire les options ini de type "array" tel que pdo.dsn.*, et retourne
ini_get() не может прочесть опции типа "массив", такие как pdo.dsn.*, и возвращает
  PHP: Temel php.ini yöne...  
değerini içerecektir; bunun sebebi örnek yönergemizde
In both the CGI and FastCGI SAPIs,
În ambele SAPI-uri CGI și FastCGI,
  PHP: setcookie - Manual  
Çerez gönderilirken çerez değerinin özdevinimli olarak URL kodlamasından geçirileceğine, alınırken ise bu kodlamanın yine özdevinimli olarak çözüleceğine ve yine aynı çerez ismine atanacağına dikkat ediniz.
Note that the value portion of the cookie will automatically be urlencoded when you send the cookie, and when it is received, it is automatically decoded and assigned to a variable by the same name as the cookie name. If you don't want this, you can use setrawcookie() instead if you are using PHP 5. To see the contents of our test cookie in a script, simply use one of the following examples:
  PHP: Çalışma Anı Yapıla...  
değerini atarsanız, bir oturum dosyası şöyle bir konuma konabilir:
de "doubles guillemets" car le séparateur (
При использовании необязательного аргумента
  PHP: unserialize - Manual  
değerini nesneleştirmeye çalışıyorsanız işlev
. Этот особый случай можно отловить, используя сравнение
  PHP: IntlDateFormatter:...  
Zaman değerini bir dizge olarak biçemler.
$fmt = new IntlDateFormatter(
$fmt = new IntlDateFormatter(
$fmt = new IntlDateFormatter(
$fmt = new IntlDateFormatter(
  PHP: IntlDateFormatter:...  
IntlDateFormatter::format -- datefmt_format — Tarih/saat değerini bir dizge olarak biçemler
echo "Second Formatted output with pattern is " . datefmt_format($fmt, 0);
echo "Le deuxième format est affiché avec le modèle " . datefmt_format($fmt, 0);
echo 'La segunda salida formateada con patrón es ' . datefmt_format($fmt, 0);
echo "Second Formatted output with pattern is " . datefmt_format($fmt, 0);
  PHP: crypt - Manual  
İşlevin çok sayıda şifreleme algoritması ile desteklendiği sistemlerde aşağıdaki sabitler desteklenen şifreleme türüne göre 0 veya 1 değerini alırlar:
angegeben, wird nun aus Konsistenz mit anderen Crypt-Implementierungen "*1" zurückgegeben. Vor dieser Version hat PHP 5.6 fälschlicherweise einen DES Hash zurückgegeben.
  PHP: unserialize - Manual  
unserialize — Bir PHP değerini saklanmış gösteriminden oluşturur
を指定します。 このオプションを指定しているときに、もし unserialize() が受け付け対象外のクラスのオブジェクトに遭遇すると、 そのオブジェクトを __PHP_Incomplete_Class のインスタンスに変換します。 このオプションを省略すると、
Arrow 1 2 3 4 5 6 7 8 9 Arrow