PHP 8.4.24 Released!

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

soloman at textgrid dot com
14 years ago
Three line xml2array:

<?php

$xml = simplexml_load_string($xmlstring);
$json = json_encode($xml);
$array = json_decode($json,TRUE);

?>

Ta da!

<< Back to user notes page

To Top