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