cli – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 170 Results  basqueculture.eus
  PHP: phpcredits - Manual  
La fonction phpcredits() affiche du texte plein au lieu du HTML lorsqu'elle est utilisée en mode CLI.
phpcredits() を CLI モードで使うと、 HTML ではなくプレーンテキスト形式で出力します。
  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: Phar::buildFromDir...  
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar2->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar2->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
  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: 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: Notes d'installati...  
# apt-get install php5-common libapache2-mod-php5 php5-cli
例2 PHP インストール後に Apache を停止・起動させる
  PHP: Flux I/O - Manual  
Constantes spécifiques CLI
CLI-spezifische Konstanten
Edit Report a Bug
Edit Report a Bug
  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: Flux I/O - Manual  
Le CLI SAPI définit quelques constantes pour les flux I/O pour rendre la programmation en ligne de commande plus facile.
Die CLI SAPI definiert einige Konstanten für Ein- und Ausgabestreams, um das Erstellen von Kommandozeilenanwendungen zu erleichtern.
English Brazilian Portuguese Chinese (Simplified) French German Japanese Romanian Russian Spanish Turkish Other
English Brazilian Portuguese Chinese (Simplified) French German Japanese Romanian Russian Spanish Turkish Other
  PHP: Modifications entr...  
dl() ne peut plus être utilisé avec PHP-FPM. Il continue à fonctionner dans les SAPIs CLI et Embed.
ext/mssql のすべての関数が削除されました。 代替となる選択肢については、 MSSQL の導入ページ を参照ください。
  PHP: Configuration à l'...  
apc.enable_cli
(無効) でした。
(disabled).
PHP_INI_SYSTEM
  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: 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: Incompatibilités a...  
CLI et CGI »
PHP 4 から PHP 5.0.x への移行
CLI și CGI »
  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: Options - Manual  
ne sont disponibles qu'en mode CLI.
are available only in CLI.
sind nur für CLI verfügbar.
sólo están disponibles en CLI.
seçenekleri sadece CLI'de kullanılabilir.
  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: Options - Manual  
-r est disponible avec le CLI SAPI mais pas avec le SAPI
-r está disponible en SAPI CLI, pero no en
標準入力を処理する前に実行する PHP コードを指定します。 PHP 5 で追加されました。
Standart girdi işlenmeden çalıştırılacak PHP kodudur. PHP 5'de eklenmiştir.
  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: Utilisation - Manual  
, et que l'exécutable CLI
genannt und die CLI
olarak adlandırdığınız ve
  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: $_SERVER - Manual  
Si un script est exécuté avec le CLI, avec un chemin relatif, comme
Если скрипт запускается в командной строке (CLI), используя относительный путь, такой как
1 2 3 4 5 6 Arrow