Skip to content

Instantly share code, notes, and snippets.

View mchampaneri's full-sized avatar
😎
Exploring open source

Manish Champaneri mchampaneri

😎
Exploring open source
View GitHub Profile
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Get images uploaded with texteditor in base64 format *
* Store this images in disk and replace src value with *
* the url returing the image from the disk *
* * * * * * * * * * * * * * * * * * * * * * * * * * */
function b64toUrl ( $data )
{
// Create blank dom object
$dom = new \DOMDocument();