Vertaling van "de code PHP" in Engels
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.
Je me souviens qu'un soir, tard, j'ai trouvé un bout de code PHP.
En outre, le runtime est optimisé pour accélérer l'exécution de code PHP.
Furthermore, the runtime is optimized to speed up the execution of PHP code.
Le formater avec les barres obliques est un moyen rapide de commenter sur une seule ligne de code PHP.
Formatting it with the slash marks is a quick way of commenting out a single line of PHP code.
Chaque requête est gérée par des milliers de lignes de code PHP qui sont au coeur du fonctionnement.
Every request is handled by thousands of lines of PHP code, which makes things work.
La longueur maximum de toute ligne de code PHP est de 120 caractères.
The maximum length of any line of PHP code is 120 characters.
Ensuite, il y a beaucoup de code PHP qui construit le corps de la table, se terminant par ceci
Then there's a lot of PHP code that constructs the table body, closing with this
? > Les commentaires sur une seule ligne comment jusqu'à la fin de la ligne ou le bloc courant de code PHP, le premier des deux.
The "one-line" comment styles only comment to the end of the line or the current block of PHP code, whichever comes first.
La balise fermante d'un bloc de code PHP implique automatiquement un point-virgule ; vous n'avez pas besoin d'utiliser un point-virgule pour terminer la dernière ligne d'un bloc PHP.
The closing tag of a block of PHP code automatically implies a semicolon; you do not need to have a semicolon terminating the last line of a PHP block.
Les développeurs d'extensions peuvent construire leur propre solution pour définir le titre de la page en utilisant l'API, qui ne nécessite que quelques lignes de code PHP.
Extension developers can build their own solution to set the page title by using the API, which only requires a few lines of PHP code.
Les designers et intégrateurs HTML peuvent travailler en toute sécurité dans le dossier /themes sans avoir à comprendre ou même lire une seule ligne de code PHP.
Graphic designer and HTML integrators can work with the confines of the/themes folder without having to understand or even read a single line of PHP code.
Cela signifie que vous devez insérer une nouvelle ligne de plus après chaque bloc de code PHP pour la lui faire afficher. Pourquoi PHP fait-il cela ?
This means that you need to insert an extra newline after each block of PHP code to make it print out one newline.
Le fichier est constitué de fragments de code PHP. La syntaxe de PHP doit donc être préservée.
The file is a piece of PHP code so the PHP syntax has to be preserved.
Exemple de code PHP pour récupérer les en-têtes SOAP dans la réponse
Example of PHP code for retrieving SOAP headers in the response