A voir également:
- Lancer srcipt php depuis un shell
- Classic shell - Télécharger - Personnalisation
- Easy php - Télécharger - Divers Web & Internet
- Lancer une application au démarrage windows 10 - Guide
- Expert php pinterest - Télécharger - Langages
- Fichier batch pour lancer un programme - Guide
1 réponse
Sous Unix:
Sous Win$
Gates gave ^W sold you the windows.
GNU gave us the whole house.(Alexandrin)
johand@osiris: ~/src/PHP $ cat gettiploc.php
#! /usr/bin/php
<?php
$tags = get_meta_tags('http://www.commentcamarche.net/');
print $tags['description'];
print("\n");
?>
johand@osiris: ~/src/PHP $ ./gettiploc.php
Gratuit et accessible à tous, ce site de communauté permet de se dépanner, se faire aider et se former à l'informatique et aux nouvelles technologies.
?>
Sous Win$
php gettiploc.phpen supposant que l'interpréteur PHP soit dans ton PATH.
Gates gave ^W sold you the windows.
GNU gave us the whole house.(Alexandrin)