komut – Übersetzung – Keybot-Wörterbuch

Spacer TTN Translation Network TTN TTN Login Français English Spacer Help
Ausgangssprachen Zielsprachen
Keybot 74 Ergebnisse  kikikokomoko.com
  PHP: Resim İşleme ve Re...  
Komut Satırına Özgü Eklentiler
Extensions spécifiques à la ligne de commande
  PHP: $_SERVER - Manual  
gibi göreli bir yolla komut satırından çalıştırılırsa,
contiendra le chemin relatif spécifié par l'utilisateur.
  PHP: Kullanım - Manual  
ilişkilendirebilir veya betiği PHP üzerinden çalıştıracak bir yığın dosyası yapabilirsiniz. Unix'de çalışması için betiğe eklenen ilk satır Windows'da sorun çıkarmaz, böylece platformdan bağımsız programlar yazabilirsiniz. Örnek basit bir komut satırı PHP programı aşağıdaki gibi olabilir.
(or "shebang") first line should be added to PHP scripts so that the system can automatically tell which program should run the script. On Windows platforms, it's possible to associate
L'exécutable PHP peut être utilisé pour exécuter des scripts indépendants du serveur web. Si vous êtes sur un système Unix, il est recommandé d'ajouter la ligne spéciale en début de script, de le rendre exécutable de manière à ce que le système sache quel programme doit exécuter le script. Sous Windows, vous pouvez associer l'exécutable
("shebang") erste Zeile zu PHP-Skripten hinzugefügt werden, damit das System automatisch herausfinden kann, welches Programm zur Ausführung der Datei genutzt werden soll. Auf einem Windows-System können Sie
(o conocido como "shebang") deben añadirse en la primera línea del script seguido de la ruta hacia el binario de PHP para que le indique autom[aticamente al sistema cual es el programa que debería ejecutar al script. En plataformas Windows puede asociar
を関連づけることができます。 または、PHP によりスクリプトを実行するバッチファイルを作成することも 可能です。Unix 上で動作させるためにスクリプトに追加された先頭行は、 Windows 環境での動作に悪影響を与えません。このため、この手法により、 クロスプラットフォーム環境で動作するプログラムを書くことができます。 コマンドライン PHP プログラムの書方の簡単な例を以下に示します。
  PHP: Kullanım - Manual  
küresel dizisinde bulunur. Sıfır indisi her zaman betik adını içerir. PHP kodu standart girdiden veya -r komut satırı seçeneğiyle çalıştıysa betik adı
gespeichert. Der erste Index (Null) enthält immer den Skriptnamen. Wenn der Code mittels der -r Option ausgeführt wurde, ist der Wert von
  PHP: passthru - Manual  
passthru() işlevi komut çalıştıran bir işlev olarak exec() işlevine benzer. Bir Unix komutunun ikil çıktısının doğrudan tarayıcıya aktarılmasını istediğiniz durumlarda exec() veya system() işlevlerinin yerine bu işlevi kullanmalısınız.
est présent, le code de statut de réponse UNIX y sera placé. Cette fonction devrait être préférée aux commandes exec() ou system() lorsque le résultat attendu est de type binaire, et doit être passé tel quel à un navigateur. Une utilisation classique de cette fonction est l'exécution de l'utilitaire pbmplus qui peut retourner une image. En fixant le résultat du contenu (Content-Type) à
ausführt. Diese Funktion sollte anstelle von exec() bzw. system() verwendet werden, wenn die Ausgabe des Unixkommandos binäre Daten erzeugt, die direkt an den Browser zurückgegeben werden sollen. Ein praktisches Beispiel hierfür ist die Ausführung des pbmplus-Utilities, welches einen Bildstream direkt ausgibt. Wenn Sie den Content-Type auf
  PHP: Seçenekler - Manual  
Komut satırı seçenekleri
« Différence avec les autres SAPIs
コマンドラインオプション
  PHP: OpenBSD Kurulum Bi...  
CGI ve Komut Satırı Ayarları
CGI and command line setups
  PHP: Çalışma Anı Yapıla...  
yönergeleri yok sayılır ve bu yönergede belirtilen komut çalıştırılır.
sont ignorés et la commande spécifiée est exécutée.
ignoriert und das angegebene Kommando wird ausgeführt.
son ignorados y se ejecuta el comando especificado.
  PHP: Kullanım - Manual  
Doğrudan komut satırında işletmek üzere PHP kodunu aktararak.
übergeben, wenn Sie die -f Option benutzen.
  PHP: Kullanım - Manual  
PHP'deki komut satırı uygulamalarını iyileştirmek için kullanabileceğiniz işlevlerle ilgili bilgi için Readline eklentisinin belgesine bakınız.
See also the Readline extension documentation for more functions which can be used to enhance command line applications in PHP.
Voir aussi l'extension Readline, qui dispose de nombreuses fonctions pour améliorer la convivialité de des applications PHP en ligne de commande.
Siehe auch die Readline-Erweiterung für weitere Funktionen, um Kommandozeilenanwendungen zu verbessern.
Vea también la documentación de extensión Readline para conocer más funciones que pueden ser utilizadas para mejorar las aplicaciones de línea de comandos en PHP.
PHP のコマンドラインアプリケーションを拡張するために使用できるその他の関数については、 拡張モジュール Readline に関するドキュメントも参照してください。
  PHP: Seçenekler - Manual  
PHP'nin bu şekilde kullanımı halinde kabuk tarafından yapılan komut satırı değişken değişimleri ile çakışmamak için özen göstermek gerekir.
Care must be taken when using this form of PHP not to collide with command line variable substitution done by the shell.
Permet l'exécution de PHP directement dans la ligne de commande. Les balises de PHP (
  PHP: Diğer Temel Eklent...  
Komut Satırına Özgü Eklentiler
Command Line Specific Extensions
Extensiones específicas de la línea de comandos
Extensii specifice liniei de comandă
Расширения для работы с командной строкой
  PHP: stream_notificatio...  
Örnek 2 - Komut satırı istemcisi için basit bir ilerleme çubuğu
file_get_contents("http://php.net/contact", false, $ctx);
file_get_contents("http://php.net/contact", false, $ctx);
  PHP: Kullanım - Manual  
Bu tek seçenekli bir komut satırı PHP betiğidir.
Example #2 Script intended to be run from command line (script.php)
Exemple #2 Script prévu pour être exécuté en ligne de commande (script.php)
Ejemplo #2 Script destinado a ejecutarse desde la línea de comandos (script.php)
これは、ひとつのオプションをとるコマンドラインの PHP スクリプトです。
  PHP: passthru - Manual  
güvenli kipin etkin kılınmasıyla, komut dizgesi escapeshellcmd() ile öncelenir. Böylece,
セーフモードが有効な場合、コマンド文字列は escapeshellcmd() でエスケープされます。 つまり、
  PHP: passthru - Manual  
exec() - Bir komut çalıştırır
exec() - Exécute un programme externe
exec() - Führt ein externes Programm aus
exec() - 外部プログラムを実行する
  PHP: Kullanım - Manual  
Örnek 3 - Bir komut satırı PHP betiği çalıştırmak için yığın dosyası (betik.bat)
Example #3 Batch file to run a command line PHP script (script.bat)
Exemple #3 Fichier batch pour exécuter un script PHP en ligne de commande (script.bat)
Beispiel #3 Batchdatei zur Ausführung eines Kommandozeilen-Skripts in PHP (script.bat)
Ejemplo #3 Fichero por lotes para ejecutar un script PHP en línea de comandos (script.bat)
例3 コマンドライン PHP スクリプトを実行するバッチファイル(script.bat)
  PHP: passthru - Manual  
Çalıştırılacak komut.
La commande à exécuter.
Das auszuführende Programm.
  PHP: passthru - Manual  
$komut
command
を実行します。 引数
  PHP: Kullanım - Manual  
Komut satırından kullanım
Focus search box
Focus search box
Edit Report a Bug
  PHP: G/Ç Akımları - Man...  
Komut satırından kullanım
Edit Report a Bug
  PHP: passthru - Manual  
komut dizgesi
echo y | echo x
echo y | echo x
は、
  PHP: passthru - Manual  
komut
command
command
return_var
  PHP: Kullanım - Manual  
Windows üzerindeyseniz PHP, Microsoft Windows üzerinde PHP Komut Satırı bölümünde açıklandığı gibi
On Windows, PHP can be configured to run without the need to supply the
Sous Windows, PHP peut être configuré pour fonctionner sans avoir besoin de fournir les extensions
Auf Windows kann PHP so konfiguiert werden, dass auch ausgeführt wird, wenn weder
Si está en Windows, puede configurar PHP para que no sea necesario añadir ni
  PHP: Bağlantı yönetimi ...  
Komut satırından kullanım
Command line usage
Utilisation des lignes de commande
Nutzung auf der Kommandzeile
  PHP: Kullanım - Manual  
Örnek 2 - Komut satırından çalıştırılması planlanan betik (betik.php)
例2 コマンドラインから実行されることを意図したスクリプト(script.php)
  PHP: XML İşleme - Manual  
Komut Satırına Özgü Eklentiler
Command Line Specific Extensions
Extensiones específicas de la línea de comandos
  PHP: PHP'nin Davranışın...  
Komut Satırına Özgü Eklentiler
Command Line Specific Extensions
Расширения для работы с командной строкой
  PHP: Etkileşimli kabuk ...  
Komut istemi karakterini belirtir. By default this is
Indique le caractère utilisé pour le prompte. Par défaut, ce sera
Gibt das Eingabeaufforderungszeichen an. Standardmäßig ist dies
ですが、ブロックや文字列の途中にあるときは変わります。
Указывает символ приглашения. По умолчанию это символ
  PHP: Etkileşimli kabuk ...  
Ters tırnakları kullanarak komut isteminde kod çalıştırabilirsiniz:
php > #cli.prompt=hello world :> hello world :>
php > #cli.prompt=hello world :> hello world :>
Используя обратные апострофы можно задать PHP-код, который выполнится в приглашении на ввод команды:
Arrow 1 2 3