Re: [PHP-DEV] Memory streams

2007-07-13 Thread Frode E. Moe
On Fri, Jul 13, 2007 at 16:02:40 +0300, Adrian Drumea wrote: > Hello, > > I'm new to this list, so I aplogize if this is not the place to > post this message. > > I was using today the getimagesize() function which takes a file > name. I was trying to take the size of an image decoded using > b

Re: [PHP-DEV] Memory streams

2007-07-13 Thread Derick Rethans
On Fri, 13 Jul 2007, Adrian Drumea wrote: > I'm new to this list, so I aplogize if this is not the place to > post this message. It fits the php-general list better perhaps. > In this way, all functions requiring a file could be used on a memory > buffer. You mean like this: http://no.php.net

[PHP-DEV] Memory streams

2007-07-13 Thread Adrian Drumea
Hello, I'm new to this list, so I aplogize if this is not the place to post this message. I was using today the getimagesize() function which takes a file name. I was trying to take the size of an image decoded using base64_decode from a string. So I have my decoded data in $data. Now to apply