Преведи "eingebaute php funktionen" на Англиски

Се прикажуваат 50 од 50 преводи на фразата "eingebaute php funktionen" од Германски на Англиски

Превод на Германски до Англиски од eingebaute php funktionen

Германски
Англиски

DE Für 32-bit-PHP auf einem 32-bit-System oder für 64-bit-PHP auf einem 64-bit-System ist [(HKEY_LOCAL_MACHINE\SOFTWARE\PHP] zu verwenden; für 32-bit-PHP auf einem 64-bit-System ist stattdessen [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PHP]] zu verwenden

EN For 32-bit PHP on a 32-bit OS or a 64-bit PHP on a 64-bit OS use [(HKEY_LOCAL_MACHINE\SOFTWARE\PHP] for 32-bit version of PHP on a 64-bit OS use [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PHP]] instead

Германски Англиски
php php
oder or
software software
verwenden use
stattdessen instead
für for
auf on
einem a
zu of

DE $ PHP_INI_SCAN_DIR=:/usr/local/etc/php.d php PHP wird alle Dateien in /etc/php.d/*.ini, und dann /usr/local/etc/php.d/*.ini als Konfigurationsdateien laden

EN $ PHP_INI_SCAN_DIR=:/usr/local/etc/php.d php PHP will load all files in /etc/php.d/*.ini, then /usr/local/etc/php.d/*.ini as configuration files

Германски Англиски
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
dann then
in in
alle all
als as

DE $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php PHP wird alle Dateien in /usr/local/etc/php.d/*.ini, und dann /etc/php.d/*.ini als Konfigurationsdateien laden.

EN $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php PHP will load all files in /usr/local/etc/php.d/*.ini, then /etc/php.d/*.ini as configuration files.

Германски Англиски
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
dann then
in in
alle all
als as

DE Öffnen Sie das Terminal, lesen Sie das Kapitel PHP auf der Kommandozeile des PHP-Handbuchs und führen Sie php -v aus, um die PHP-Version dieses PHP-Binärprogramms zu sehen

EN Open up the terminal, read the command line section of the PHP manual, and execute php -v to check the PHP version of this PHP binary

DE Diese Anweisung wirkt sich nicht nur auf die Typ-Deklarationen von Parametern aus, sondern auch auf den Rückgabetyp von Funktionen (siehe Deklaration des Rückgabetyps), auf eingebaute PHP-Funktionen und auf Funktionen von geladenen Erweiterungen.

EN This directive not only affects the type declarations of parameters, but also a function's return type (see return type declarations, built-in PHP functions, and functions from loaded extensions.

Германски Англиски
parametern parameters
funktionen functions
erweiterungen extensions
deklarationen declarations
php php
eingebaute built
typ type
auch also
nicht not
und and
siehe see
aus from
nur only
von of
den the
sondern but

DE Falls die Datei php-SAPI.ini existiert (wobei SAPI die verwendete SAPI ist, was als Dateinamen z. B. php-cli.ini oder php-apache.ini ergibt), wird diese anstelle der php.ini verwendet. Der Name der SAPI kann durch

EN If php-SAPI.ini exists (where SAPI is the SAPI in use, so, for example, php-cli.ini or php-apache.ini), it is used instead of php.ini. The SAPI name can be determined with

Германски Англиски
php php
name name
ini ini
oder or
verwendete use
kann can
anstelle instead of
verwendet used
wobei with
die example
ist exists
als in

DE $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d php PHP wird alle Dateien in /usr/local/etc/php.d/*.ini als Konfigurationsdateien laden

EN $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d php PHP will load all files in /usr/local/etc/php.d/*.ini as configuration files

Германски Англиски
php php
local local
etc etc
dateien files
konfigurationsdateien configuration files
laden load
ini ini
usr usr
d d
wird will
in in
alle all
als as

DE Diese Beispiele werden eine große Zahl von Paketen, inklusive spezieller PHP-Pakete wie php-cgi, php-cli und php-dev, anzeigen

EN The examples will show a lot of packages including several PHP specific ones like php-cgi, php-cli and php-dev

DE PHP: Interne (eingebaute) Funktionen - Manual

EN PHP: Internal (built-in) functions - Manual

Германски Англиски
php php
funktionen functions
manual manual
eingebaute built
interne in

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Die Unterstützung von PHP 7.2 wird eingestellt ? was ist mit Magento 1 unter PHP 7.3, 7.4 und PHP 8?

EN PHP 7.2 support is discontinued ? what about Magento 1 under PHP 7.3, 7.4 and PHP 8?

Германски Англиски
unterstützung support
php php
eingestellt discontinued
magento magento
und and
wird is
unter under

DE Ältere PHP-Versionen wie PHP 5.6 werden nicht unterstützt, da sie von PHP selbst nicht unterstützt werden.

EN Older PHP versions like PHP 5.6 are not supported, because they are not supported by PHP itself.

Германски Англиски
php php
unterstützt supported
versionen versions
nicht not
werden are
da because
von by
wie like

DE Eine Website läuft mit PHP 7 unter bestimmten Bedingungen bis zu doppelt so schnell wie mit PHP 5.6 und bis zu 14-mal so schnell wie mit PHP 5

EN Depending on the case in point, a site operating with PHP 7 will run up to twice as fast as with PHP 5.6 and up to 14 times faster than with PHP 5

Германски Англиски
php php
website site
schnell fast
und and
doppelt twice
mit with
zu to
eine a
mal times

DE Webanwendungen, die bereits mit PHP 7 kompatibel sind, kommt diese Leistungssteigerung ebenfalls zugute: Eine WordPress-Site unter PHP 7 könnte laut Zend bis zu 183 Abfragen pro Sekunde mehr als unter PHP 5.6 ausführen

EN Web applications already compatible with PHP 7 also benefit from this performance gain and according to Zend, a WordPress site with PHP 7 could also run up to 183 requests per second more than with PHP 5.6

Германски Англиски
webanwendungen web applications
php php
zugute benefit
wordpress wordpress
site site
könnte could
bereits already
mit with
mehr more
eine a
laut according to
zu to
diese this
bis from
pro per

DE Unter Leistung können Sie die durchschnittlichen PHP + MySQL-Antwortzeiten, den PHP-Durchsatz, die PHP-Arbeitszeitbegrenzung und die AJAX-Nutzung sehen:

EN In Performance, you can see average PHP + MySQL response times, PHP Throughput, PHP Worker Limit, and AJAX usage:

Германски Англиски
durchschnittlichen average
php php
mysql mysql
durchsatz throughput
ajax ajax
nutzung usage
unter in
leistung performance
können can

DE PHP: Migration von PHP 7.3.x auf PHP 7.4.x - Manual

EN PHP: Migrating from PHP 7.3.x to PHP 7.4.x - Manual

Германски Англиски
php php
migration migrating
x x
manual manual

DE Die Konfigurationsdatei (php.ini) wird beim Start von PHP eingelesen. Für die Servermodul-Versionen von PHP geschieht dies nur einmal beim Start des Webservers. Für die CGI- und CLI-Versionen geschieht dies bei jedem Aufruf.

EN The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI versions, it happens on every invocation.

Германски Англиски
konfigurationsdatei configuration file
php php
ini ini
versionen versions
geschieht happens
für for
von of
wird the
start on
dies this
nur only

DE $ php PHP wird alle Dateien in /etc/php.d/*.ini als Konfigurationsdateien laden

EN $ php PHP will load all files in /etc/php.d/*.ini as configuration files

Германски Англиски
php php
dateien files
etc etc
konfigurationsdateien configuration files
laden load
d d
ini ini
wird will
in in
alle all
als as

DE Eine Website läuft mit PHP 7 unter bestimmten Bedingungen bis zu doppelt so schnell wie mit PHP 5.6 und bis zu 14-mal so schnell wie mit PHP 5

EN Depending on the case in point, a site operating with PHP 7 will run up to twice as fast as with PHP 5.6 and up to 14 times faster than with PHP 5

Германски Англиски
php php
website site
schnell fast
und and
doppelt twice
mit with
zu to
eine a
mal times

DE Webanwendungen, die bereits mit PHP 7 kompatibel sind, kommt diese Leistungssteigerung ebenfalls zugute: Eine WordPress-Site unter PHP 7 könnte laut Zend bis zu 183 Abfragen pro Sekunde mehr als unter PHP 5.6 ausführen

EN Web applications already compatible with PHP 7 also benefit from this performance gain and according to Zend, a WordPress site with PHP 7 could also run up to 183 requests per second more than with PHP 5.6

Германски Англиски
webanwendungen web applications
php php
zugute benefit
wordpress wordpress
site site
könnte could
bereits already
mit with
mehr more
eine a
laut according to
zu to
diese this
bis from
pro per

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE PHP: Migration von PHP 7.2.x auf PHP 7.3.x - Manual

EN PHP: Migrating from PHP 7.2.x to PHP 7.3.x - Manual

Германски Англиски
php php
migration migrating
x x
manual manual

DE PHP: Migration von PHP 7.4.x auf PHP 8.0.x - Manual

EN PHP: Migrating from PHP 7.4.x to PHP 8.0.x - Manual

Германски Англиски
php php
migration migrating
x x
manual manual

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Benötigt mindestens WordPress 3.9 und PHP 5.3! (lies mehr über die empfohlene PHP Version und warum du die neueste PHP Version brauchst)

EN WordPress 3.9 and PHP 5.3.3 required! (read more about recommended php version and why you should switch to modern php)

Германски Англиски
wordpress wordpress
php php
empfohlene recommended
neueste modern
lies and
benötigt required
mehr more
version version
du you

DE Das Skript zur Durchführung von Tests wurde von run-test.php in run-tests.php umbenannt, damit es dem Namen in php-src entspricht.

EN The test runner has been renamed from run-test.php to run-tests.php, to match its name in php-src.

Германски Англиски
php php
entspricht match
durchführung run
tests tests
in in
namen name
test test
damit to

DE Die Unterstützung von PHP 7.2 wird eingestellt ? was ist mit Magento 1 unter PHP 7.3, 7.4 und PHP 8?

EN PHP 7.2 support is discontinued ? what about Magento 1 under PHP 7.3, 7.4 and PHP 8?

DE Ältere PHP-Versionen wie PHP 5.6 werden nicht unterstützt, da sie von PHP selbst nicht unterstützt werden.

EN Older PHP versions like PHP 5.6 are not supported, because they are not supported by PHP itself.

DE Behoben: PHP > Fix potential PHP fatal in PHP 8+ mit bestimmten gecachten Daten, wenn der Cache einen Zeichenfolgen statt eines erwarteten Arrays zurückgibt. (@sc0ttkclark)

EN Fixed: PHP > Fix potential PHP fatal in PHP 8+ with certain cached data when cache returns string instead of an expected array. (@sc0ttkclark)

DE Für PHP wird mindestens Windows 2008/Vista benötigt, entweder 32-Bit oder 64-Bit (auch bekannt als X86 oder X64; PHP läuft nicht auf Windows RT/WOA/ARM). Windows 2008 und Vista werden seit PHP 7.2.0 nicht mehr unterstützt.

EN PHP requires at least Windows 2008/Vista. Either 32-Bit or 64-bit (AKA X86 or X64. PHP does not run on Windows RT/WOA/ARM). As of PHP 7.2.0 Windows 2008 and Vista are no longer supported.

DE geprüft werden kann. Wenn keine php.ini angegeben wird, verwendet PHP die Standardwerte. Lesen Sie dazu die entsprechende FAQ: Wo sollte sich meine php.ini befinden?.

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.

DE nutzen zu können, muss Ihr PHP mit MySQLi-Unterstützung kompiliert sein. Viele Kernfunktionen, z. B. die String- und Variablen-Funktionen sind bereits in jeder PHP-Version enthalten. Ein Aufruf von

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

Германски Англиски
php php
kompiliert compiled
kernfunktionen core functions
unterstützung support
funktionen functions
variablen variable
in in
zu to
b a
mit with
sein be
viele many
sind are
und and
version version
bereits the
enthalten included
aufruf call

DE nutzen zu können, muss Ihr PHP mit MySQLi-Unterstützung kompiliert sein. Viele Kernfunktionen, z. B. die String- und Variablen-Funktionen sind bereits in jeder PHP-Version enthalten. Ein Aufruf von

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

DE Speichert Ihre aktuelle Sitzung mit Bezug auf PHP-Anwendungen und gewährleistet so, dass alle Funktionen der Seite, die auf der PHP-Programmiersprache basieren, vollständig angezeigt werden können.

EN Saves your current session related to PHP applications, ensuring that all the site's features based on the PHP programming language can be fully displayed.

DE Leistungssteigerungen stehen im Fokus des neuen Updates des Vivaldi Browsers. Jetzt auch mit nativer Unterstützung für Apples M1-Prozessoren und mehr einstellbaren Optionen für eingebaute Funktionen.

EN In today?s snapshot we allow Page Actions to be assigned to chains, keyboard shortcuts and mouse gestures.

Германски Англиски
m s
funktionen actions
und and

DE enthält eingebaute E-Commerce-Funktionen wie Rabatte und Geschenkkarten

EN includes built-in ecommerce features like discount and gift card capabilities

Германски Англиски
enthält includes
rabatte discount
e-commerce ecommerce
eingebaute built
und and
wie like
funktionen features

DE Leistungssteigerungen stehen im Fokus des neuen Updates des Vivaldi Browsers. Jetzt auch mit nativer Unterstützung für Apples M1-Prozessoren und mehr einstellbaren Optionen für eingebaute Funktionen.

EN Today?s snapshot is the first release candidate for 5.5 for desktop and notebooks.

Германски Англиски
jetzt today
m s
stehen is
und and
des the
für for

Се прикажуваат 50 од 50 преводи