Bonsoir,
J'ai un souci avec pour récuperer le xml généré il ne s'affiche pas complètement
avec un print_r($result).
Le source généré:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| <html><head><style></style></head><body><br>++++++++++++var_dump++++++++++++++++++<br><code>object(stdClass)#2 (5) {
["GetSiteResult"]=>
int(0)
["sSiteMetadata"]=>
object(stdClass)#3 (5) {
["LastModified"]=>
string(19) "2009-11-03T12:39:59"
["LastModifiedForceRecrawl"]=>
string(19) "2009-11-03T12:29:17"
["SmallSite"]=>
bool(true)
["PortalUrl"]=>
string(0) ""
["ValidSecurityInfo"]=>
bool(true)
}
["vWebs"]=>
object(stdClass)#4 (1) {
["_sWebWithTime"]=>
object(stdClass)#5 (2) {
["Url"]=>
string(40) "http://monsite"
["LastModified"]=>
string(19) "2009-11-03T12:39:59"
}
}
["strGroups"]=> |
A partir de là il n'interprête plus. et il reste
string(511) "<groups><group id="5" name="Tests Members" description="Use this group to give people contribute permissions to the SharePoint site: Tests" ownerid="3" ownerisuser="False"><group id="3" name="Tests Owners" description="Use this group to give people full control permissions to the SharePoint site: Tests" ownerid="3" ownerisuser="False"><group id="4" name="Tests Visitors" description="Use this group to give people read permissions to the SharePoint site: Tests" ownerid="3" ownerisuser="False"></group>"
Partager