here's some info. in reading, keep in mind that PHP's implementation is
mostly ANSI compatible.
http://www.neosoft.com/neosoft/man/scanf.3.html

"Harry.De" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> where can i find a discription of  the possible options for the "sting
> format" in the fscanf command [  fscanf ( int handle, string format [,
> string var1])  ]
>
> For example, what means:
>
> "%s\t
>
> or
>
> %s\n
>
> in the command fscanf ($fp, "%s\t%s\t%s\n");
>
>
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to