dodatnih – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 445 Results  mae-innovation.com  Page 10
  PHP: Diğer Temel Eklent...  
Salt Metin Olmayan MIME Çıktılama
Non-​Text MIME Output
Salida MIME que no es texto
Ieșiri MIME non-​textuale
Генерация нетекстовых MIME форматов
  PHP: imagegammacorrect ...  
// Gammayı düzeltelim, çıktı = 1.537
// Корректировка гаммы, на выходе 1.537
  PHP: XMLWriter::openMem...  
XMLWriter::openURI() - Çıktı için kaynak adresini kullanarak yeni bir XMLWriter nesnesi oluşturur
XMLWriter::openUri() - Create new xmlwriter using source uri for output
  PHP: Dizgeler - Manual  
print — Bir dizge çıktılar
print — Affiche une chaîne de caractères
  PHP: Resim İşleme ve Re...  
Salt Metin Olmayan MIME Çıktılama
Affichage des données non-​textuelles
  PHP: Bağlantı yönetimi ...  
Kullanıcının bağlantı kesmesiyle betiğinizin iptal edilip edilmeyeceğine karar verebilirsiniz. Bazen uzak tarayıcı çıktıyı almasa da betiğinizin işini bitirinceye kadar çalışmasını gerektiren durumlar olabilir.
When a PHP script is running normally, the NORMAL state is active. If the remote client disconnects, the ABORTED state flag is turned on. A remote client disconnect is usually caused by the user hitting his STOP button. If the PHP-imposed time limit (see set_time_limit()) is hit, the TIMEOUT state flag is turned on.
Lorsqu'un script PHP est en cours d'exécution, son état est NORMAL. Si le client distant se déconnecte, le statut devient ABORTED. En général, une telle déconnexion provient d'un arrêt temporaire. Si la durée maximale d'exécution de PHP est dépassée, (voir set_time_limit()), le script prend le statut TIMEOUT.
1 2 3 4 5 6 7 8 9 10 Arrow