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: 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: 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: 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: Annexes - Manual  
CLI et CGI
CLI and CGI
CLI y CGI
CLI と CGI
CLI и CGI
  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: 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: Flux I/O - Manual  
Constantes spécifiques CLI
CLI-spezifische Konstanten
Edit Report a Bug
Edit Report a Bug
  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 -...  
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: 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: php_sapi_name - Ma...  
cli-server
cgi-fcgi
  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: 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.prompt
cli.pager
less
cli.pager
cli.pager
  PHP: Configuration à l'...  
apc.enable_cli
(無効) でした。
(disabled).
PHP_INI_SYSTEM
  PHP: Shell Interactif -...  
php > #cli.prompt=hello world :> hello world :>
Ters tırnakları kullanarak komut isteminde kod çalıştırabilirsiniz:
  PHP: $_SERVER - Manual  
Si un script est exécuté avec le CLI, avec un chemin relatif, comme
Если скрипт запускается в командной строке (CLI), используя относительный путь, такой как
  PHP: assert - Manual  
cli_get_process_title »
$description
  PHP: Liste des directiv...  
apc.enable_cli
asp_tags
  PHP: Liste des directiv...  
cli_server.color
Available since PHP 5.4.0.
date.default_latitude
  PHP: Liste des options ...  
Empêche la compilation de la version CLI de PHP (cela force aussi l'option --without-pear). Plus d'informations dans la section sur l'utilisation de PHP en ligne de commande.
Deshabilita la versión CLI de PHP (esto fuerza--without-pear). Para mayor información, vea la sección acerca de Usando PHP desde la línea de comando.
  PHP: Liste des options ...  
--disable-cli
あるいは
--enable-embed[=TYPE]
  PHP: Configuration à l'...  
dans CLI. Voir aussi la fonction error_log().
en CLI. Véase también error_log().
  PHP: Liste des directiv...  
cli.prompt
display_errors
"DAFFODIL"
  PHP: Liste des directiv...  
cli.pager
PHP_INI_ALL
php.ini
NULL
  PHP: Configuration à l'...  
Active le cache d'opcode pour la version CLI de PHP. Cela est vraiment utile pour les tests et le debugging.
Habilita la caché de opcode para la versión CLI de PHP. Esto es especialmente útil para pruebas y depuración.
1 2 3 4 5 6 7 8 9 10 Arrow