cli – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Langues sources Langues cibles
Keybot 162 Résultats  kikikokomoko.com
  PHP: Apache 2.x sur les...  
Notez que, sauf indications contraires, l'étape "make install" installera également PEAR, mais aussi divers outils PHP comme phpsize, PHP CLI et bien plus encore.
cd ../php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql make make install
cd ../php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli make make install
  PHP: Phar::buildFromDir...  
$phar->setStub($phar->createDefaultWebStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
  PHP: Nouvelles fonction...  
CLI et CGI
CLI y CGI
CLI と CGI
  PHP: Notes d'installati...  
Ces exemples montreront de nombreux paquets, donc beaucoup spécifiques à PHP, comme php5-cgi, php5-cli et php5-dev. Déterminez ceux qui sont nécessaires et installez les comme n'importe quel autre en utilisant
Diese Beispiel werden eine große Zahl von Paketen, inklusive spezieller PHP-Pakete wie php5-cgi, php5-cli und php5-dev, anzeigen. Entscheiden Sie, welche Sie benötigen und installieren Sie diese wie jedes andere Paket entweder mit
Будет выведен список большого числа пакетов, включая несколько специфичных, таких как php5-cgi, php5-cli и php5-dev. Определите, какие вам нужны и установите с помощью
  PHP: Annexes - Manual  
CLI et CGI
CLI and CGI
CLI y CGI
CLI と CGI
CLI и CGI
  PHP: CGI et configurati...  
Par défaut, PHP est construit comme programmes à la fois CLI et CGI, pouvant être utilisé comme processeur CGI. Si vous utilisez un serveur qui supporte le module PHP, vous devriez en général utiliser cette solution pour des raisons de performances.
По умолчанию, PHP собирается одновременно как CLI и CGI программа, которая может быть использована для обработки CGI-запросов. PHP как модуль сервера выигрывает в производительности, однако PHP CGI позволяет запускать PHP от пользователя, отличного от того, под которым исполняется сервер.
  PHP: $_SERVER - Manual  
Si un script est exécuté avec le CLI, avec un chemin relatif, comme
Если скрипт запускается в командной строке (CLI), используя относительный путь, такой как
  PHP: Phar::buildFromIte...  
/chemin/vers/projet/ config/ dist.xml debug.xml lib/ file1.php file2.php src/ processthing.php www/ index.php cli/ index.php
/path/to/project/ config/ dist.xml debug.xml lib/ file1.php file2.php src/ processthing.php www/ index.php cli/ index.php
/path/to/project/ config/ dist.xml debug.xml lib/ file1.php file2.php src/ processthing.php www/ index.php cli/ index.php
  PHP: Utilisation - Manual  
Le script ci-dessus inclut la première ligne spéciale indiquant que ce fichier doit être exécuté par PHP. Nous travaillons ici avec la version CLI, aussi, aucun en-tête HTTP ne sera affiché.
The script above includes the Unix shebang first line to indicate that this file should be run by PHP. We are working with a CLI version here, so no HTTP headers will be output.
In dem oben beschriebenen Skript haben wir die erste Zeile dazu benutzt anzugeben, dass die Datei von PHP ausgeführt werden soll. Wir arbeiten hier mit einer CLI-Version, deswegen werden keine HTTP-Header ausgegeben.
El script de arriba, incluye la primera línea especial "shebang" de Unix para indicar que este fichero debería ejecutarse por PHP. Puesto que aquí estamos trabajando con una versión CLI, no se mostrarán cabeceras HTTP.
を使用することが できます。 最初の変数は、引数の数に 1 (実行中のスクリプトの名前)を加えたものです。 2 番目の変数は、引数を保持する配列で、スクリプト名を有する 要素 0 (
. Birincisi değiştirge sayısından bir fazlasıdır (çalışan betiğin adı). İkincisi değiştirgeleri içeren bir dizidir, sıfır numarayla başlar ve ilk elemanında betik adını içerir (
  PHP: phpinfo - Manual  
phpinfo() affiche du texte au lieu de HTML lorsque vous utilisez la version CLI.
phpinfo() gibt reinen Text statt HTML aus, wenn es im CLI-Modus benutzt wird.
  PHP: Utilisation - Manual  
Il y a 3 façons différentes d'appeler le CLI SAPI avec du code PHP à exécuter :
Hay tres formas distintas de proveer a la SAPI CLI con código PHP para que sea ejecutado:
dosyası çalıştırılır. Çalıştırmak için herhangi bir dosyayı seçebilirsiniz - PHP betikleriniz
  PHP: Incompatibilités a...  
CLI et CGI »
PHP 4 から PHP 5.0.x への移行
CLI și CGI »
  PHP: PDO::errorInfo - M...  
PDO::errorInfo(): Array ( [0] => 42S02 [1] => -204 [2] => [IBM][CLI Driver][DB2/LINUX] SQL0204N "DANIELS.BONES" is an undefined name. SQLSTATE=42704 )
PDO::errorInfo(): Array ( [0] => HY000 [1] => 1 [2] => near "bogus": syntax error )
  PHP: Phar::buildFromIte...  
$phar->setStub($phar->createDefaultWebStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
  PHP: php_sapi_name - Ma...  
cli-server
cgi-fcgi
  PHP: Configuration à l'...  
apc.enable_cli
(無効) でした。
(disabled).
PHP_INI_SYSTEM
  PHP: Utilisation de PHP...  
CLI (ou CGI dans les anciennes versions) est nommé
Das CLI (oder CGI in älteren Versionen) heißt entsprechend
CLI (veya eski sürümlerde CGI) çalıştırılabilirinin ismi
  PHP: Incompatibilités a...  
soient toujours accessibles dans la version CLI quelle que soit la valeur de variables_order. Ainsi, la version CLI renseignera dorénavant toujours les variables
disponibile în versiunea CLI indiferent de setarea variables_order. Deci versiunea CLI acum întotdeauna va popula variabilele globale
  PHP: Utilisation - Manual  
(à remplacer par le chemin vers le binaire PHP CLI sur le système sous-jacent). Le reste du fichier doit contenir le code PHP normal, compris entre les balises ouvrantes/fermantes. Après avoir mis les droits d'exécution sur le script (chmod +x test), il peut être exécuté comme un script shell ou perl habituel :
(or whatever the path to your PHP CLI binary is if different). The rest of the file should contain normal PHP code within the usual PHP starting and end tags. Once the execution attributes of the file are set appropriately (e.g. chmod +x test), the script can be executed like any other shell or perl script:
beginnt. Nachfolgend können Sie normalen PHP-Code innerhalb der PHP-Start- und -End-Tags benutzen. Sobald Sie die Datei ausführbar gemacht haben (beispielsweise mittels chmod +x test), kann Ihr Skript wie ein normales Kommandozeilen- oder Perl-Skript gestartet werden.
(sustitúyalo por la ruta a su CLI binario de PHP si es diferente). El resto del fichero debería contener código PHP normal con las etiquetas usuales de inicio y fin de PHP. Una vez que se otorguen permisos de ejecución al fichero apropiadamente (p.ej. chmod +x test) el script podrá ejecutarse como cualquier otro script de consola o perl:
  PHP: Incompatibilités a...  
soient toujours accessibles dans la version CLI quelle que soit la valeur de variables_order. Ainsi, la version CLI renseignera dorénavant toujours les variables
disponibile în versiunea CLI indiferent de setarea variables_order. Deci versiunea CLI acum întotdeauna va popula variabilele globale
  PHP: Shell Interactif -...  
php > #cli.pager=less php > phpinfo(); (sortie affichée avec less) php >
php > #cli.pager=less php > phpinfo(); (output displayed in less) php >
php > #cli.pager=less php > phpinfo(); (output displayed in less) php >
php > #cli.pager=less php > phpinfo(); (çıktı less içinde gösterilir) php >
  PHP: Serveur web intern...  
Exemple #6 Accès au CLI du serveur web depuis une machine distante
Örnek 6 CLI sunucusuna uzak makinelerden erişim
  PHP: Shell Interactif -...  
php > #cli.prompt=hello world :> hello world :>
Ters tırnakları kullanarak komut isteminde kod çalıştırabilirsiniz:
  PHP: Les chaînes de car...  
Alors qu'il ne faut pas se fier à cette structure, car susceptible d'évoluer, elle sera néanmoins unique pour une ressource donnée durant toute la durée d'exécution du script courant (ie une requête web ou un processus CLI).
es el número de recurso asignado al resource por PHP durante la ejecución. A pesar de que no se debe depender de la estructura exacta, debido a que está sujeta a cambios, siempre será única para un recurso dado dentro del tiempo de vida de un script en ejecución (es decir, una petición web o proceso CLI), por lo que no será reutilizada. Para obtener el tipo de un resource, emplee la función get_resource_type().
は実行中の PHP によって割り当てられる resource の番号です。 この文字列の構造に依存したコードを書いてはいけません (この構造は変わる可能性があります) が、スクリプトの実行中 (ウェブのリクエストや CLI プロセスの処理中) は、指定したリソースに対してこの文字列が一意に割り当てられることが保証されます。 他のリソースで同じ文字列が再利用されることはありません。 リソースの型を知るためには get_resource_type() を使用してください。
, özkaynağa PHP tarafından çalışma anında atanan eşsiz bir sayıdır. Bu dizenin tam yapısı değişikliğe konu olduğundan güvenilmemelidir ve değişime tabi tutulmalıdır. Çalıştırılan bir betiğin (bir sayfa isteği veya CLI işlemi) ömrü boyunca, belirli bir özkaynak için daima benzersiz olacak ve yeniden kullanılabilir olmayacaktır. Özkaynağın türünü öğrenmek için get_resource_type() işlevini kullanınız.
  PHP: Le fichier de conf...  
en CGI et en CLI, le paramètre
Previous menu item
  PHP: Liste des directiv...  
cli.prompt
display_errors
"DAFFODIL"
  PHP: Installation sur l...  
php-cli.exe
php-win.exe
あるいは
php-win.exe
  PHP: dl - Manual  
« cli_set_process_title
extension_loaded »
Focus search box
Goto search
(current page)
  PHP: Liste des directiv...  
apc.enable_cli
asp_tags
Arrow 1 2 3 4 5 6 7 8 Arrow