예제 #1
0
파일: Img.php 프로젝트: Neilgle/Phplib
function testFromBase64()
{
    $img = new Img();
    $data = $img->FromBase64(file_get_contents('../src/img/base64img.txt'), 'demo', '../src/img/');
}