News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Creating Streams from Strings in PHP
February 02, 2009 @ 12:58:50

Evert Pot has a quick post on a handy little topic - making streams from strings with PHP (see some of it in action on Davey Shafik's blog).

There are situations where a string instead needs to be used, and for these purposes the data: stream wrapper is used. Initially I thought it was only possible to encode the actual string in base64, which I didn't like because of the added footprint. [...] Quickly checking out the rfc, it turns out that ';base64' can be omitted to just pass along the raw data, which makes a lot more sense in the context of PHP.

His example takes in an example string and pushes it back out the other side after base64 encoding and decoding it. Davey Shafik found a use for it in avoiding an eval call.

0 comments voice your opinion now!
stream string tutorial base64 streamgetcontents eval


blog comments powered by Disqus

Similar Posts

TheWebSqueeze.com: PHP5 Abstraction for the Rest of Us

Andrew Podner: Lithium: Getting Stuff From Your Database

Tutorial: An Introduction to OOP in PHP

Hasin Hayder's Blog: Creating Thumbnail of WebPages using WebThumb API

Rudi's Blog: Get torrent data with PHP


Community Events











Don't see your event here?
Let us know!


release community zendframework2 framework development example opinion testing introduction interview unittest podcast conference language functional api composer code tool series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework