Skip to content

Instantly share code, notes, and snippets.

@cherrykoda
Created March 20, 2021 01:04
Show Gist options
  • Save cherrykoda/4b4fcfe95f865c0118bf3bbafda814d1 to your computer and use it in GitHub Desktop.
Save cherrykoda/4b4fcfe95f865c0118bf3bbafda814d1 to your computer and use it in GitHub Desktop.
Sabre XML
$ns = '{http://example.org/}';
$service->write('{http://example.org/}root',[
$ns . 'title' => 'Foundation',
$ns . 'author' => [
$ns . 'firstname' => 'Isaac',
$ns . 'lastname' => 'Asimov',
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment