cli – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 157 Results  www.enama.it
  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: Nouvelles fonction...  
CLI et CGI
CLI y CGI
CLI と CGI
  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->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: 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: 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: 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: 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: 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-mysql make make install
  PHP: Notes d'installati...  
# apt-get install php5-common libapache2-mod-php5 php5-cli
例2 PHP インストール後に Apache を停止・起動させる
1 2 3 4 5 6 7 8 9 10 Arrow