ThinkPHP ?????? ???? ??? ? ???? ??? ?? ???? XML ???? ???? ?? ??? ????. ThinkPHP? ??? ??? XML ?? ???? ?? ??? ? ?? ?? ??? xml_encode ??? ?????. ? ????? ?? ?? ???? ? ??? ?? ??? ?? ??? ?? ???? ??? ?????.
1. xml_encode ?? ??
xml_encode ?? ??? ThinkPHP ?? ?? Library/Think/Xml.class.php ??? ????.
/** ?*?XML編碼 ?*?@param?mixed??$data??????數(shù)據(jù) ?*?@param?string?$root??????根節(jié)點名 ?*?@param?string?$item??????數(shù)字索引的子節(jié)點名 ?*?@param?string?$attr??????根節(jié)點屬性 ?*?@param?string?$id????????數(shù)字索引子節(jié)點key轉(zhuǎn)換的屬性名 ?*?@return?string ?*/ public?static?function?xml_encode($data,?$root?=?'think',?$item?=?'item',?$attr?=?'',?$id?=?'id') { ????$xml?=?$attr???'<' . $root . ' ' . $attr . '>'?:?'<' . $root . '>'; ????$xml?.=?self::data_to_xml($data,?$item,?$id); ????$xml?.=?'</' . $root . '>'; ????return?$xml; }
? ???? ??? ? ????. , xml_encode ??? 5?? ????? ????. $data? ??? ???? ????, $root? ?? ?? ??? ????, $item? ?? ???? ?? ?? ??? ????, $attr? ?? ?? ??? ????, $id? ?? ??? ?? ?? ? ??? ?? ?????.
??? ?? ?? ?? ??? ?? ?? ??(?? ??)? ???? XML ?? ??? ??? ?? data_to_xml ??? ???? ???? XML ?? ???? ??? ?? XML ?? ??? ???? ?????.
2. data_to_xml ?? ??
data_to_xml ?? ??? ThinkPHP ???? Library/Think/Xml.class.php ???? ????.
/** ?*?數(shù)據(jù)XML編碼 ?*?@param?mixed?$data?數(shù)據(jù) ?*?@param?string?$item?子節(jié)點名 ?*?@param?string?$id???數(shù)字索引的屬性名 ?*?@return?string ?*/ private?static?function?data_to_xml($data,?$item?=?'item',?$id?=?'id') { ????$xml?=?$attr?=?''; ????foreach?($data?as?$key?=>?$val)?{ ????????if?(is_numeric($key))?{ ????????????$id?&&?$attr?=?'?'?.?$id?.?'="'?.?$key?.?'"'; ????????????$key?=?$item; ????????} ????????$xml?.=?'<' . $key . $attr . '>'; ????????$xml?.=?(is_array($val)?||?is_object($val))???self::data_to_xml($val,?$item,?$id)?:?$val; ????????$xml?.=?'</' . $key . '>'; ????} ????return?$xml; }
data_to_xml ??? 3?? ????. ????: $data? ??? ???? ????, $item? ?? ?? ??? ????, $id? ?? ???? ?? ??? ?????. ? ??? ??? ??? XML ??? ???? ????? ?????. ?? ???? ?? ??? ?? ???? ??? ?? ??? ?????. ?? ??? ? ???? ????, ??? ??? ??? ?? ???? ?? ??? ?? ?? ??? ?????. data_to_xml ??? ????? ?????. ??? ??? ??? XML ??? ???? ?? ???? ?????.
3. ?? ?
xml_encode ??? ??? ? ?? ?? ??? ? ????.
- ?? ???? ??
?? ????, ? ????? ???? ?? xml_encode ??? ???? ??? ???? ?????. 'think'? ?? ?? ???? ????, 'item'? ?? ???? ?? ?? ???? ????, ? ???? ?? ?? ??? ?? ??? ? ???? ?????. ?? ??? ?? ??? ?:
$xml?=?xml_encode($data);
- ?? ?? ??? ?? ?? ??? ?????
?? ?? ??? ?? ?? ??? ?????? ?? ?? ? ?? ? ? ?? ????? ??? ? ????. ?? ?? ?? ?? ??? 'xml'? ???? ?? ?? ??? 'record'? ?????.
$xml?=?xml_encode($data,?'xml',?'record');
- ?? ???? ?? ???? ??
??? ???? ?? ?? ?? ???? ???? ?????. XML ??? ??? ?? ? ?? ????? ??? ? ????. ?? ?? ?? ??? id ??? ?????.
$xml?=?xml_encode($data,?'xml',?'record',?'id="root"');
- ?? ??? ?? ?? ??
?? ???? ?? ??? ??? ???? ?? ?? ?? ?? ????? ??? ? ????. ?? ??, ?? ??? ?? ??? 'no'? ?????:
$xml?=?xml_encode($data,?'xml',?'record',?'id="root"',?'no');
IV. ??
xml_encode ??? ThinkPHP?? ?? ???? ?????. ?? ??? ??? XML ?? ???? ?? ??? ? ?? ??? ??? ?????. ??. ?? ??? ? ?? ????? ????? ?? ? ?? ??? ???? ?? ?? ??? ???? ???.
? ??? ThinkPHP? xml_encode ???? ?? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)