Ittraduċi "supporting php" għal Tork

Li turi 50 ta '50 traduzzjonijiet tal-frażi "supporting php" minn Ingliż għal Tork

Traduzzjonijiet ta' supporting php

"supporting php" f'Ingliż jista' jiġi tradott fil-Tork kliem/frażijiet li ġejjin:

supporting destek desteklemek destekleyen
php php

Traduzzjoni ta' Ingliż għal Tork ta' supporting php

Ingliż
Tork

EN Due to the following statement already existing in httpd.conf (as of Mac Panther), once PHP is enabled the .php files will automatically parse as PHP.

TR (Mac Panther'den itibaren) httpd.conf dosyasında bulunan aşağıdaki deyimden dolayı PHP etkin kılındığı anda .php uzantılı dosyalar otomatik olarak PHP tarafından yorumlanır.

Ingliż Tork
mac mac
php php
files dosyalar
is bulunan
the aşağıdaki
of anda
automatically otomatik olarak

EN will reveal this information. If a php.ini is not used, PHP will use all default values. See also the related FAQ on finding php.ini.

TR işlev çağrısı da yerini gösterecektir. Eğer bir php.ini kullanılmamışsa, PHP öntanımlı değerleri kullanacaktır. php.ini'yi bulmak için SSS'ye bakabilirsiniz.

Ingliż Tork
php php
finding bulmak
default öntanımlı
if eğer
also da

EN PHP comes standard with many functions and constructs. There are also functions that require specific PHP extensions compiled in, otherwise fatal "undefined function" errors will appear. For example, to use image functions such as

TR PHP standart olarak birçok işlev ve oluşum ile birlikte gelmektedir. Bunun yanında, özel PHP eklentilerinin derlenmesini gerektiren, aksi takdirde "tanımsız işlev" hatası üreten işlevler de mevcuttur. Örneğin,

Ingliż Tork
php php
standard standart
otherwise aksi takdirde
function işlev
are mevcuttur
and ve
many çok
such bir
that bunun
comes ile
functions işlevler

EN , PHP must be compiled with MySQLi support. There are many core functions that are included in every version of PHP, such as the string and variable functions. A call to

TR işlevini kullanabilmek için, PHP'nin MySQLi desteği ile derlenmiş olması gerekmektedir. Bunların yanında, bütün PHP sürümlerine eklenen dizge ve değişken işlevleri gibi birçok çekirdek işlev de mevcuttur.

Ingliż Tork
php php
must gerekmektedir
support desteği
string dizge
variable değişken
core çekirdek
every de
a bir
functions işlevleri
and ve
are mevcuttur
many çok
of in
with ile

EN Expressions are the most important building blocks of PHP. In PHP, almost anything you write is an expression. The simplest yet most accurate way to define an expression is "anything that has a value".

TR İfadeler, PHP'nin en önemli yapı taşlarındandır. PHP'de, hemen hemen yazdığınız her şey bir ifadedir. Bir ifadenin en basit ama en etkili tanımı şudur: "Bir değere sahip olan herşey".

Ingliż Tork
building yapı
most en
important önemli
value bir

EN PHP's error_reporting ini setting uses bitwise values, providing a real-world demonstration of turning bits off. To show all errors, except for notices, the php.ini file instructions say to use: E_ALL & ~E_NOTICE

TR PHP'nin error_reporting yönergesi gerçekte neler olup bittiğini göstermek için bitsel değerler kullanır. Sadece bilgilendirmeleri değil hataların tümünü görmek isterseniz php.ini dosyasında ilgili yere şunu yazın: E_ALL & ~E_NOTICE

Ingliż Tork
values değerler
php php
file dosyası
uses kullanır
the olup
to görmek
all all
of in
for için
a sadece
show göstermek
errors hatalar

EN As noted above, providing the salt option in PHP 7.0 will generate a deprecation warning. Support for providing a salt manually may be removed in a future PHP release.

TR Yukarıda belirtildiği gibi, PHP 7.0'da salt seçeneğinin belirtilmesi, bir kullanımdan kaldırma uyarısı üretecektir. El ile tuz sağlama desteği, gelecekteki bir PHP sürümünde kaldırılabilir.

Ingliż Tork
php php
warning uyarı
support desteği
future gelecekteki
in da
a bir

EN The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments. PHP features an if structure that is similar to that of C:

TR if oluşumu, PHP dahil olmak üzere birçok programlama dilindeki en önemli yapı taşlarından biri olup kod bölümlerinin koşullu olarak çalıştırılabilmelerini sağlar. PHP, C dilindekine benzer bir if yapısı sunar:

Ingliż Tork
php php
included dahil
conditional koşullu
code kod
c c
allows sağlar
structure yapısı
construct yapı
similar benzer
the olup
most en
important önemli
many çok
to olmak
of biri

EN If start_index is negative, the first index of the returned array will be start_index and the following indices will start from zero prior to PHP 8.0.0; as of PHP 8.0.0, negative keys are incremented normally (see example).

TR başlangıç negatifse, dönen dizinin ilk indisi başlangıç olur, sonrakiler ise PHP 8.0.0 öncesinde sıfırdan başlardı. PHP 8.0.0 ve sonrasında ise negatif indisler normal olarak artmaktadır. (örneğe bakın).

Ingliż Tork
php php
start başlangıç
and ve
the ise
first ilk
to e
of olarak

EN You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds.

TR PHP x86 derlemeleri için x86 CRT'yi ve PHP x64 derlemeleri için x64 CRT'yi indirmelisiniz.

Ingliż Tork
php php
and ve
for için

EN Be sure the desired extensions will parse as PHP (examples: .php .html and .inc)

TR PHP olarak yorumlanacak uzantıları belirleyiniz (örnekler: .php .html ve .inc)

Ingliż Tork
php php
html html
examples örnekler
inc inc
and ve
the olarak
extensions uzantıları

EN <IfModule mod_php5.c> # If php is turned on, we respect .php and .phps files

TR <IfModule mod_php5.c> # php etkinse, .php ve .phps dosyalarını yorumlasın isteriz

Ingliż Tork
php php
c c
and ve
files dosyaları

EN function will display information about PHP. Consider creating a file in the DocumentRoot with the following PHP code:

TR işlevi PHP ile ilgili bilgileri gösterir. Aşağıdaki içeriğe sahip bir dosyayı belge kök dizininde oluşturun:

Ingliż Tork
function işlevi
php php
creating oluşturun
file dosyayı
about ilgili
information bilgileri
the aşağıdaki
with ile
a bir

EN If a script is executed with the CLI, as a relative path, such as file.php or ../file.php, $_SERVER['SCRIPT_FILENAME'] will contain the relative path specified by the user.

TR Eğer betik file.php veya ../file.php gibi göreli bir yolla komut satırından çalıştırılırsa, $_SERVER['SCRIPT_FILENAME'] kullanıcı tarafından belirtilen göreli yolu içerir.

EN In versions of PHP before 5.5, parts of the information displayed are disabled when the expose_php configuration setting is set to off. This includes the PHP and Zend logos, and the credits.

TR PHP 5.5 öncesinde expose_php yapılandırma seçeneğine off atanmışsa bazı bilgiler gösterilmezdi. PHP ve Zend logoları ve katkıcılar bunlardan bazılarıdır.

EN The firm has significant experience supporting multinational companies to launch their brand in Turkey, as well as supporting local companies to launch outside Turkey

TR Çok uluslu şirketlerin markalarını Türkiye’de pazara sürmelerine ve yerel şirketlerin yurtdışı pazarlara açılmalarına destek olur

Ingliż Tork
supporting destek
multinational uluslu
their ve
local yerel
companies şirketlerin

EN The PHP files are also open source as is the FLA (Flash) code used to generate the SWF Flash object

TR SWF Flash nesnesini oluşturmak için kullanılan FLA (Flash) kodu gibi PHP dosyaları da açık kaynak kodludur

Ingliż Tork
php php
open açık
source kaynak
code kodu
files dosyaları
also da
is oluşturmak
to için
used kullanılan

EN PNG caching is defined as using a specific HTTP cookie which accesses evercookie_png.php

TR PNG caching, evercookie_png.php dosyasına erişen belirli bir HTTP tanımlama bilgisinin kullanılması olarak tanımlanır

Ingliż Tork
png png
http http
php php
using kullanılması
as olarak

EN After this HTTP cookie is read by PHP, it generates a new PNG file setting all the RGB values to the equivalent of the sessiondata to be stored

TR Bu HTTP tanımlama bilgisi PHP tarafından okunduktan sonra, tüm RGB değerlerini depolanacak oturum verilerinin eşdeğerine ayarlayan yeni bir PNG dosyası oluşturur

Ingliż Tork
http http
php php
png png
file dosyası
this bu
by tarafından
all tüm
new yeni bir
the sonra

EN When the PHP script discovers the file has no info to generate a PNG with, it sends a fake HTTP response of "304 Not Modified" which makes the web browser accessing its local cache

TR PHP betiği, dosyanın PNG oluşturmak için hiçbir bilgisi olmadığını keşfettiğinde, web tarayıcısının yerel önbelleğine erişmesini sağlayan "304 Değiştirilmedi" sahte bir HTTP yanıtı gönderir

Ingliż Tork
php php
has hiç
png png
sends gönderir
fake sahte
http http
local yerel
browser tarayıcı
web web
no hiçbir
which de
of in
a bir
response yanıt
the oluşturmak
to için

EN Cookie generated by applications based on the PHP language

TR PHP diline dayalı uygulamalar tarafından oluşturulan çerez

Ingliż Tork
generated oluşturulan
applications uygulamalar
php php
cookie çerez
by tarafından
based dayalı

EN After purchasing a domain, your website must have disk space to run your information (html, .net, php, image files, etc.) so that you can publish your website

TR Domain satın aldıktan sonra hazırlanmış olan web sitenizin bilgilerinizi (html, .net, php, resim dosyaları vs…) çalıştıracak bir disk alanı olması gerekir ki web sitenizi yayınlayabilesiniz

Ingliż Tork
after sonra
purchasing satın
a bir
disk disk
html html
php php
image resim
files dosyalar
must gerekir
have olan
net net
website web
domain domain

EN Linux hosting is a Linux hosting service that is used for the execution of php based web sites and applications using linux execution system through server.

TR Sunucu üzerinde Linux işletim sistemi kullanılarak .PHP alt yapılı web site ve uygulamaların çalışması amacıyla kullanılan hosting hizmetine Linux Hosting denir.

Ingliż Tork
linux linux
service hizmetine
php php
and ve
hosting hosting
server sunucu
web web
system sistemi
sites site
using kullanılarak
applications uygulamalar
for alt
used kullanılan

EN Yes. We have .net SSL API, .php SSL API, Rest SSL API, WHMCS SSL API, Hostbill SSL API WiseCP SSL APIs for those who want to get SSL franchise through domainnameapi.com which is our SSL dealership system.

TR Evet. SSL Bayilik sistemiz olan domainnameapi.com üzerinden SSL bayiliği almak isteyenler için .net SSL API, .php SSL API, Rest SSL API, WHMCS SSL API, Hostbill SSL API WiseCP SSL API lerimiz vardır.

Ingliż Tork
net net
ssl ssl
php php
whmcs whmcs
api api
yes evet
is olan
get almak

EN We respect personal data and privacy, so our functional PHP contact form for web designers and developers has all the necessary security measures

TR Kişisel verilere ve gizliliğe saygı duyuyoruz, bu nedenle web tasarımcıları ve geliştiricileri için işlevsel PHP iletişim formumuz gerekli tüm güvenlik önlemlerine sahiptir

Ingliż Tork
data verilere
functional işlevsel
php php
contact iletişim
web web
developers geliştiricileri
necessary gerekli
respect saygı
security güvenlik
all tüm
and ve
has bu
for için
so nedenle
personal kişisel

EN Command line usage — Using PHP from the command line

TR Komut satırından kullanım — PHP'nin komut satırından kullanımı

EN Learn how to install the Apache web server with PHP and MySQL support on your Amazon Linux instance (sometimes called a LAMP web server or LAMP stack) with this step-by-step tutorial

TR Bu adım adım öğretici ile Amazon Linux bulut sunucunuza PHP ve MySQL desteğine sahip Apache web sunucusunu (bazen LAMP web sunucusu veya LAMP yığını olarak adlandırılır) yüklemeyi öğrenin

Ingliż Tork
apache apache
web web
php php
mysql mysql
amazon amazon
linux linux
sometimes bazen
tutorial öğretici
this bu
step adım
to sahip
or veya
with ile

EN You can use this server to host a static website or deploy a dynamic PHP application that reads and writes information to a database.

TR Bu sunucuyu kullanarak statik web sitesi barındırabilir veya veritabanından veri okuyup geri yazan dinamik bir PHP uygulaması dağıtabilirsiniz.

Ingliż Tork
static statik
dynamic dinamik
php php
database veritabanı
this bu
information veri
or veya
application uygulaması
to geri
a bir

EN PHP comes with a complete reflection API that adds the ability to introspect classes, interfaces, functions, methods and extensions

TR PHP, sınıflar, arayüzler, işlevler, yöntemler ve hatta eklentiler üzerinde içgözlem yapabilmeyi sağlayan eksiksiz bir yansıtma arayüzü ile gelmektedir

Ingliż Tork
php php
complete eksiksiz
interfaces arayüzler
functions işlevler
methods yöntemler
and ve
to hatta
a bir
comes ile

EN PHP implements a way to reuse code called Traits.

TR PHP tekrar tekrar kullanılabilen bir yöntem kodu olarak trait ismini kullanarak nitelikleri tanımlamıştır.

Ingliż Tork
php php
way yöntem
code kodu
a bir
to kullanarak

EN PHP has abstract classes and methods

TR PHP soyut sınıf ve yöntemlerin kullanımını mümkün kılmıştır

Ingliż Tork
php php
abstract soyut
and ve

EN Traits are a mechanism for code reuse in single inheritance languages such as PHP

TR Nitelikler, PHP gibi tek kalıtımlı dillerde kodun yeniden kullanımını sağlayan bir mekanizmadır

Ingliż Tork
php php
a bir
as gibi

EN Prior to PHP 8.0.0, only public and protected abstract methods were supported.

TR PHP 8.0.0 öncesinde, sadece public ve protected soyut yöntemler destekleniyordu.

Ingliż Tork
php php
abstract soyut
methods yöntemler
public public
and ve

EN As of PHP 8.1.0, calling a static method, or accessing a static property directly on a trait is deprecated. Static methods and properties should only be accessed on a class using the trait.

TR PHP 8.1.0 itibariyle, bir nitelik üzerinde doğrudan statik bir özelliğe erişim veya statik yöntem çağrısı önerilmemektedir. Statik yöntem ve özelliklere sadece niteliği kullanan sınıftan erişilmelidir.

Ingliż Tork
php php
static statik
method yöntem
directly doğrudan
as of itibariyle
and ve
or veya
a bir

EN It's possible for interfaces to have constants. Interface constants work exactly like class constants. Prior to PHP 8.1.0, they cannot be overridden by a class/interface that inherits them.

TR Arayüzlerin sabitlerinin olması mümkündür. Arayüz sabitleri, tıpkı sınıf sabitleri gibi çalışır. PHP 8.1.0 öncesinde, kendilerini miras alan sınıflar veya arayüzler tarafından geçersiz kılınamazlardı.

Ingliż Tork
interfaces arayüzler
interface arayüz
class sınıf
php php
work çalışır
by tarafından
cannot veya

EN Also note that many extensions are enabled by default and that the PHP manual is split up by extension

TR Birçok uzantı öntanımlı olarak etkinleştirilmiş olup PHP Kılavuzunda bu eklentilerle ilgili geniş bilgi verilmiştir

Ingliż Tork
php php
default öntanımlı
many çok
and bir

EN See the configuration, installation, and individual extension chapters, for information on how to set up PHP.

TR PHP'yi nasıl yapılandırmanız gerektiğiyle ilgili bilgiyi yapılandırma ve kurulum bölümleri ile eklerdeki özel bölümlerde bulabilirsiniz.

Ingliż Tork
configuration yapılandırma
installation kurulum
information bilgiyi
on ilgili
and ve
set ile
how nasıl

EN Knowing these important (yet often subtle) differences is crucial for writing correct PHP code.

TR Bu önemli (ve sıklıkla algılanması güç) farklılıkların bilinmesi, doğru PHP kodunun yazılabilmesi için büyük önem taşımaktadır.

Ingliż Tork
often sıklıkla
php php
important önemli
these bu
for için

EN Any PHP script is built out of a series of statements

TR Bütün PHP betikleri bir dizi deyimden oluşur

Ingliż Tork
php php
series dizi
a bir
is oluşur

EN PHP has an exception model similar to that of other programming languages

TR PHP diğer programlama dillerindekine benzer bir istisna modeline sahiptir

Ingliż Tork
php php
has sahiptir
exception istisna
similar benzer
other diğer
programming programlama

EN An exception can be thrown, and caught ("catched") within PHP

TR Bir istisna oluşturulabilir (throw) ve yakalanabilir (catch)

Ingliż Tork
exception istisna
and ve
an bir

EN . Trying to throw an object that is not will result in a PHP Fatal Error.

TR alt sınıfının örneği olmalıdır. Bunu sağlamayan bir nesne oluşturmaya çalışmak (throw) ölümcül bir PHP hatasına yol açmaz.

Ingliż Tork
object nesne
php php
that bunu
a bir

EN As of PHP 8.0.0, the throw keyword is an expression and may be used in any expression context. In prior versions it was a statement and was required to be on its own line.

TR PHP 8.0.0 ve sonrasında, throw sözcüğü bir ifade olup herhangi bir ifadenin içinde kullanılabilir. Önceki sürümlerde bir deyimdi ve kendi satırına sahip olması gerekiyordu.

Ingliż Tork
php php
expression ifade
to be olması
the olup
and ve
any herhangi
in içinde

EN (The variable was required prior to PHP 8.0.0.) The first catch block a thrown exception or error encounters that matches the type of the thrown object will handle the object.

TR (PHP 8.0.0 öncesinde değişken gerekliydi.) İlk catch bloğu, nesneyi işleyecek throw nesnesinin türüyle eşleşen bir hata veya istisnayla karşılaştığında bunları engelleyecektir.

Ingliż Tork
variable değişken
php php
block bloğu
error hata
type tür
or veya
a bir
to e

EN When an exception is thrown, code following the statement will not be executed, and PHP will attempt to find the first matching catch block

TR Bir istisna oluştuğunda, istisnanın oluştuğu yerden sonraki kodlar çalıştırılmaz ve PHP oluşan istisna ile uyuşan ilk catch bloğunu bulmaya çalışır

Ingliż Tork
exception istisna
php php
and ve
first ilk
following bir

EN If an exception is not caught, a PHP Fatal Error will be issued with an "Uncaught Exception ..." message, unless a handler has been defined with

TR Bir istisnanın yakalanmaması durumunda,

Ingliż Tork
a bir

EN As of PHP 7.1.0, a catch block may specify multiple exceptions using the pipe (|) character. This is useful for when different exceptions from different class hierarchies are handled the same.

TR PHP 7.1.0 ve sonrasında, boru (|) karakteri kullanarak bir catch bloğunda çok sayıda istisna belirtilebilir. Farklı sınıf hiyerarşilerindeki farklı istisnalar aynı şekilde elde edildiğinde kullanışlıdır.

Ingliż Tork
php php
useful kullanışlı
class sınıf
using kullanarak
the aynı
a sayıda
different farklı
same bir

EN As of PHP 8.0.0, the variable name for a caught exception is optional. If not specified, the catch block will still execute but will not have access to the thrown object.

TR PHP 8.0.0 ve sonrasında, değişken ismi yakalama istisnası için isteğe bağlıdır. Belirtilmezse, catch bloğu çalışmaya yine de devam eder fakat istisnayı oluşturacak nesneye erişemez.

Ingliż Tork
php php
variable değişken
name ismi
block bloğu
of in
optional isteğe
still yine

EN PHP takes expressions much further, in the same way many other languages do

TR PHP, birçok başka dilin yaptığı gibi ifadeleri çok ileriye götürmüştür

Ingliż Tork
php php
same bir
the başka

EN PHP is an expression-oriented language, in the sense that almost everything is an expression

TR PHP ifade-yönelimli bir dildir, bunun sebebi hemen hemen her şeyin bir ifade olmasıdır

Ingliż Tork
php php
almost hemen
expression ifade
the bir
that her

Li turi 50 minn 50 traduzzjonijiet