Vertaling van "PHP parser" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Returns a string containing the version of the currently running PHP parser.
The PHP parser may still spit out error messages even if everything seems to be correct.
Trotzdem wirft der PHP Parser eventuell Fehlermeldungen aus, obwohl alles korrekt aussieht.
Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser.
Auf diese Weise zu parsen ermöglicht die Einbettung von PHP in allen möglichen unterschiedlichen Dokumenten, da alles auβerhalb eines Paares von öffnenden und schlieβenden Tags vom PHP Parser ignoriert wird.
With this extension, this is not a problem, you can easily activate the PHP parser and already the stored data will be treated as PHP and output accordingly.
Mit dieser Erweiterung ist auch das kein Problem, Sie können ganz einfach den PHP Parser aktivieren und schon werden die hinterlegten Daten als PHP behandelt und entsprechend ausgegeben.
Everything outside of a pair of opening and closing tags is ignored by the PHP parser which allows PHP files to have mixed content.
Alles auβerhalb eines Paares von öffnenden und schlieβenden Tags wird vom PHP-Parser ignoriert, was es ermöglicht, dass PHP-Dateien gemischten Inhalt haben können.
Attention: that code should begin with<? php? >, because builtin PHP parser identifies PHP by those separators.
Anmerkung: Damit die Farbhervorhebung funktioniert, muss der Quelltext innerhalb von<? php? >stehen.
These variables are imported into PHP's global namespace from the environment under which the PHP parser is running.
Diese Variablen werden aus der Systemumgebung, in der der Parser läuft in den globalen Namensraum Von PHP importiert.
You need three things to make this work: the PHP parser (CGI or server module), a web server and a web browser.
The PHP parser (CGI or server module), a webserver and a web browser.
Den PHP Parser (CGI oder Server-Modul), einen Webserver und einen Webbrowser.
Since PHP 4, the PHP parser compiles input to produce bytecode for processing by the Zend Engine, giving improved performance over its interpreter predecessor.
Because Apple Help Viewer cannot deal with.php files, you have to declare the desired file extensions for the PHP parser on your web server, be it.html or.htm files.
Da der Apple Help Viewer mit.php-Dateien nichts anfangen kann, müssen Sie, um PHP auch in.html- oder.htm-Seiten nutzen zu können, diese Dateiendungen auf Ihrem Webserver auch für den PHP-Parser anmelden.
You only need the PHP parser to use it this way.
It is efficient since the PHP parser does the dirty work.