Skip to content

Instantly share code, notes, and snippets.

@bijancot
Last active February 1, 2021 05:27
Show Gist options
  • Save bijancot/b05665faefa815a4eedc66c525d4a0fe to your computer and use it in GitHub Desktop.
Save bijancot/b05665faefa815a4eedc66c525d4a0fe to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<?php
$json = array('meta'=> array('code'=>"200",'description'=>"success"),
'response'=> array('data'=> array(array("nama"=>"panji")),'first_page_url'=> "string",'from'=>"1",'last_page'=>"3",'last_page_url'=>"string",'next_page_url'=>"string",'path'=>"string",'per_page'=>"20",'prev_page_url'=>NULL,'to'=> "20", 'total'=>"45",
));
print_r(json_encode($json));
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment