<?php $uri = 'data:application/json;base64,' . base64_encode(json_encode(['hello'=> 'world'])); $exists = var_export(file_exists($uri), true); $data = file_get_contents($uri); echo "URI: $uri\nExists: $exists\nData: $data";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`