Hai cercato la traduzione di execute php code da Inglese a Ungherese

Traduzione automatica

Imparare a tradurre dagli esempi di traduzione forniti da contributi umani.

English

Hungarian

Informazioni

English

execute php code

Hungarian

 

Da: Traduzione automatica
Suggerisci una traduzione migliore
Qualità:

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Inglese

Ungherese

Informazioni

Inglese

fixes in php code of webinterface

Ungherese

javítások a webes felület php- kódjában

Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:

Inglese

pass the php code to execute directly on the command line.

Ungherese

php kód futtatása közvetlenül a parancssorból.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

provide the php code to execute via standard input (stdin).

Ungherese

php kód futtatása a standard inputon (stdin) keresztül.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

the cli sapi has three different ways of getting the php code you want to execute:

Ungherese

a cli sapi -val háromféleképpen indíthatsz el egy php programot:

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

following this you can place normal php code included within the php starting and end tags.

Ungherese

lehet írni olyan programokat, melyek a #! / usr / bin / php sorral kezdődnek és ezt követi a "normál" php kód, a szabványos php kezdő-és záró tagokkal (valamint a fájl futtatási paramétereinek a beállításai).

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Inglese

this option provides a convenient way to only perform a syntax check on the given php code.

Ungherese

segítségével kényelmesen elvégezhető a szintaktikai ellenőrzés egy megadott php kódon.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

it is similar to var_dump() with the exception that the returned representation is valid php code.

Ungherese

hasonlít a var_dump() függvényhez, azzal a kivétellel, hogy a var_export() előállított értéke érvényes php kód.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

# make all php code look like html addtype application / x-httpd-php .htm .html

Ungherese

# php kódok html típusúnak tűnnek addtype application / x-httpd-php .htm .html

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

for this reason, any code inside the target file which should be executed as php code must be enclosed within valid php start and end tags.

Ungherese

ennek okán bármely beillesztendő fájlban levő php kódot közre kell fogni egy érvényes php kezdő - és zárójelöléssel.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

if the target server interprets the target file as php code, variables may be passed to the included file using an url request string as used with http get.

Ungherese

ha az include() -dal hívott fájl http-n keresztül érkezik az "fopen wrapper "-ek használatával, és a célszerver php kódként feldolgozza a fájlt, akkor átadhatsz változókat a hívott fájlnak http get lekérési formában.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Inglese

# make php code look like unknown types addtype application / x-httpd-php .bop .foo .133t

Ungherese

# php kódok teljesen ismeretlen típusúnak tűnnek addtype application / x-httpd-php .bop .foo .133t

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

# make php code look like other code types addtype application / x-httpd-php .asp .py .pl

Ungherese

# úgy tűnik, mintha php helyett más szerver oldali alkalmazás futna addtype application / x-httpd-php .asp .py .pl

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

this gives the powerful ability to dynamically create php code and feed it to the binary, as shown in this (fictional) example:

Ungherese

ez a módszer dinamikussá teszi a php kód létrehozását és egyből a futtatható binárisba táplálja a kódot, amint a következő (képzeletbeli) példában láthatjuk:

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

apache_child_terminate() will register the apache process executing the current php request for termination once execution of php code it is completed.

Ungherese

az apache_child_terminate() feljegyzi megszüntetésre az aktuális php kérést futtató apache processzt, azaz miután a php szkript futása befejeződött, az apache megkísérli ezt a processzt bezárni.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

tip: make sure that replacement constitutes a valid php code string, otherwise php will complain about a parse error at the line containing preg_replace().

Ungherese

jó tanácsként: érdemes megbizonyosodni arról, hogy replacement érvényes php kódot tartalmaz (sztringben megadva), másképp a php szintaktikai hibát (parse error) fog jelezni abban a sorban, ahol a preg_replace() függvényt meghívtad.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

if this modifier is set, preg_replace() does normal substitution of backreferences in the replacement string, evaluates it as php code, and uses the result for replacing the search string.

Ungherese

ha ez a módosító be van kapcsolva, akkor preg_replace () függvény a helyettesítési paraméterként kapott sztringet - a hivatkozások feloldása után - php kódként értelmezi, és ennek a kódnak az eredményét helyettesíti be a keresett szöveg helyére.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Inglese

?php $file = "xmltest.xml"; function trustedfile($file) {/ / only trust local files owned by ourselves if (!eregi("^([a-z]+): / /", $file) fileowner($file) == getmyuid()) {return true;} return false;} function startelement($parser, $name, $attribs) {print" lt; font color=\"#0000cc\ "$name / font"; if (sizeof($attribs)) {while (list($k, $v) = each($attribs)) {print "font color=\"#009900\" $k / font =\ "font color=\"#990000\" $v / font \"";}} print "gt ;";} function endelement($parser, $name) {print" lt; / font color=\"#0000cc\ "$name / font gt ;";} function characterdata($parser, $data) {print" b $data / b ";} function pihandler($parser, $target, $data) {switch (strtolower($target)) {case "php": global $parser_file; / / if the parsed document is "trusted", we say it is safe / / to execute php code inside it.

Ungherese

$file = "xmltest.xml"; function trustedfile($file) {/ / only trust local files owned by ourselves if (!eregi("^([a-z]+): / /", $file) fileowner($file) == getmyuid()) {return true;} return false;} function startelement($parser, $name, $attribs) {print" lt; font color=\"#0000cc\ "$name / font"; if (sizeof($attribs)) {while (list($k, $v) = each($attribs)) {print "font color=\"#009900\" $k / font =\ "font color=\"#990000\" $v / font \"";}} print "gt ;";} function endelement($parser, $name) {print" lt; / font color=\"#0000cc\ "$name / font gt ;";} function characterdata($parser, $data) {print" b $data / b ";} function pihandler($parser, $target, $data) {switch (strtolower($target)) {case "php": global $parser_file; / / if the parsed document is "trusted", we say it is safe / / to execute php code inside it.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Ottieni una traduzione migliore grazie a
7,787,412,501 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK