RE: String to Stream

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
What I would like to be able to do is take a string and place it into a 
'resource' so I can use functons like fscanf, fseek to process the
string.

Is this possible? If so, how?

p.s. While I would be interested in possible alternative solutions, I 
would like to know how to accomplish this task even if it does not end 
up being the solution I use.
[/snip]

If you place the string into a variable then you would be able to work
with it that way. There are probably better functions for dealing with a
string than the ones you have mentioned (fseek is a file pointer).

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux