cli – Übersetzung – Keybot-Wörterbuch

Spacer TTN Translation Network TTN TTN Login Français English Spacer Help
Ausgangssprachen Zielsprachen
Keybot 127 Ergebnisse  www.belcourtcondos.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::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::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: 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: Annexes - Manual  
CLI et CGI
CLI and CGI
CLI y CGI
CLI と CGI
CLI и CGI
  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: 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: 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: 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: $_SERVER - Manual  
Si un script est exécuté avec le CLI, avec un chemin relatif, comme
Если скрипт запускается в командной строке (CLI), используя относительный путь, такой как
  PHP: MongoLog - Manual  
(pour CLI) ou au log d'erreurs du serveur Web. Si, après avoir configuré MongoLog, les messages d'enregistrement de traces n'apparaissent pas comme prévus, assurez-vous que
(para CLI) o al registro de errores del servidor web. Si, después de configurar MongoLog, los mensajes de registro no aparecen como se esperaba, asegúrese de que el bit de
  PHP: Incompatibilités a...  
CLI et CGI
CLI と CGI
CLI și CGI
  PHP: php_sapi_name - Ma...  
cli-server
cgi-fcgi
  PHP: Incompatibilités a...  
CLI et CGI »
PHP 4 から PHP 5.0.x への移行
CLI și CGI »
  PHP: Serveur web intern...  
Exemple #4 Vérification de l'utilisation CLI du serveur Web
Örnek 4 Checking for CLI Web Server Use
  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: 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: Shell Interactif -...  
cli.pager
cli.prompt
cli.prompt
php.ini
  PHP: Shell Interactif -...  
L'autoloading n'est pas disponible si vous utilisez PHP en mode CLI interactif.
Automatisches Laden (autoload) ist im interaktiven PHP CLI Modus nicht verfügbar.
オートローディング は、PHP を CLI の対話モードで実行している場合は使用できません。
Автозагрузка недоступна при использовании интерактивного режима PHP CLI.
PHP CLI etkileşimli kipte kullanılıyorsa Özdevinimli Sınıf Yükleme kullanılamaz.
  PHP: Configuration à l'...  
apc.enable_cli
(無効) でした。
(disabled).
PHP_INI_SYSTEM
  PHP: Shell Interactif -...  
cli.prompt
cli.pager
less
cli.pager
cli.pager
  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: 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.
1 2 Arrow