01-03-13 05:00:01, "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote:
>I think fscanf() is line oriented in C, isn't it? (I haven't used fscanf() for a
>long time, I'm not 100% sure w/o reference.)
no, i'm sure in c fscanf reads the next string available, not first string in next line
>Your $buffer should only have "lenin".
i agree. in first iteration buffer should contain "lenin", but in second the content
should be "lives", not "forever",
but is "forever" and i dont
know why and i'm angry about it :-)
>while (fscanf($file,"%s %s",$buf1,buf2))
>You should get "lives" in $buf2.
i agree again, but i dont know how many stings do i have in one line. therefore i cant
use
fscanf($file,"n*%s",n*some_variables);
besides it looks terrible... :-)
regards,
jakub zytka
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]