PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.php > Keyboard input using command line PHP under Windows
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Keyboard input using command line PHP under Windows

Réponse
 
LinkBack Outils de la discussion
Vieux 20/01/2008, 22h26   #1
BDthatsme
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Keyboard input using command line PHP under Windows

I can't get any of the various examples of keyboard input to work
using command line PHP.

I have Windows XP Pro SP 2 and PHP 5.1.6 (cli) (built: Aug 23 2006
16:35:53).

I can't find any info about why it doesn't work, or a way that does
work. Any suggestions?

examples of attempted variations: (and I've tried others)

$psLine = fgets (STDIN, 1024); // phpa.php at http://david.acz.org/phpa/

stdin = fopen("php://stdin", "r"); // PHP_Shell-0.3.1
$l = fgets(stdin);
  Réponse avec citation
Vieux 21/01/2008, 05h19   #2
Norman Peelman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Keyboard input using command line PHP under Windows

BDthatsme wrote:
> I can't get any of the various examples of keyboard input to work
> using command line PHP.
>
> I have Windows XP Pro SP 2 and PHP 5.1.6 (cli) (built: Aug 23 2006
> 16:35:53).
>
> I can't find any info about why it doesn't work, or a way that does
> work. Any suggestions?
>
> examples of attempted variations: (and I've tried others)
>
> $psLine = fgets (STDIN, 1024); // phpa.php at http://david.acz.org/phpa/
>
> stdin = fopen("php://stdin", "r"); // PHP_Shell-0.3.1
> $l = fgets(stdin);


Under Windows you have to hit <ENTER> to complete the input. Windows
does not support character by character entry/processing without
installing ncurses. Even then i'm not positive but I think so. Thing is
you'll have to compile it yourself. I have found it works out of the box
under Linux but have not done much testing.

--
Norman
Registered Linux user #461062
  Réponse avec citation
Vieux 23/01/2008, 01h08   #3
Daniel Klein
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Keyboard input using command line PHP under Windows

On Sun, 20 Jan 2008 14:26:41 -0800 (PST), BDthatsme
<bdggetcetc@donnelly-house.net> wrote:

>I can't get any of the various examples of keyboard input to work
>using command line PHP.
>
>I have Windows XP Pro SP 2 and PHP 5.1.6 (cli) (built: Aug 23 2006
>16:35:53).
>
>I can't find any info about why it doesn't work, or a way that does
>work. Any suggestions?
>
>examples of attempted variations: (and I've tried others)
>
>$psLine = fgets (STDIN, 1024); // phpa.php at http://david.acz.org/phpa/
>
>stdin = fopen("php://stdin", "r"); // PHP_Shell-0.3.1
>$l = fgets(stdin);


PHP variables must be prepended with a '$'. So change 'stdin' to
'$stdin' (in both places) and your last variation should work.

Daniel Klein
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 13h39.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14754 seconds with 11 queries