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

Zend Developer Zone: Action Helpers in Zend Framework

Evert Pot's Blog: HTTP Basic and Digest authentication with PHP

PHPBuilder.com: Introducing the Yii PHP Framework

Elizabeth Smith's Blog: Treeviews and Cell Renderer Properties - Practical PHP-GTK

PHPBuilder.com: Cross-Platform Database PHP Development


Community Events











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


language functional podcast unittest phpunit symfony2 series conference rest development zendframework2 testing framework usergroup release database interview community opinion introduction

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