crona – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 39 Results  www.systemair.com
  PHP: Annexes - Manual  
CLI et CGI
CLI and CGI
CLI y CGI
CLI と CGI
CLI și CGI
CLI и CGI
  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: Shell Interactif -...  
Depuis PHP 5.1.0, le CLI SAPI fournit un shell intéractif lors de l'utilisation de l'option -a si PHP a été compilé avec l'option --with-readline .
$ php -a Interactive shell php > echo 5+8; 13 php > function addTwo($n) php > { php { return $n + 2; php { } php > var_dump(addtwo(2)); int(4) php >
  PHP: Utilisation - Manual  
, et que l'exécutable CLI
genannt und die CLI
olarak adlandırdığınız ve
  PHP: Serveur web intern...  
Pour ré-utiliser un script router du framework lors du développement avec le CLI du serveur web et ensuite, continuez de l'utiliser avec un serveur web de production :
Bir yönlendirici betiği geliştirici CLI sunucusunda kullandıktan sonra asıl HTTP sunucusunda yeniden kullanmak:
  PHP: Serveur web intern...  
Si vous devez servir une ressource statique pour laquelle le type MIME n'est pas géré par le CLI du serveur web, utilisez ceci :
MIME türleri CLI sunucusu tarafından işlenmeyen duruk kaynakları sunmanız gerekirse:
  PHP: Serveur web intern...  
Exemple #4 Vérification de l'utilisation CLI du serveur Web
Örnek 4 Checking for CLI Web Server Use
  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: 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: $_SERVER - Manual  
Si un script est exécuté avec le CLI, avec un chemin relatif, comme
Wenn ein Skript als CLI mit einem relativen Pfad wie
Если скрипт запускается в командной строке (CLI), используя относительный путь, такой как
  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: Shell Interactif -...  
cli.pager
cli.prompt
cli.prompt
cli.prompt
  PHP: Shell Interactif -...  
cli.prompt
cli.pager
less
cli.pager
  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: 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 -...  
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: 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: