約235件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:3か月以内
  • 2024/3/28 -The SimpleXML extension of PHP provides a very simple and easy to use toolset to convert XML to an object that can be processed with normal property ...

    2024/5/14 -Hello everyone! I'm having trouble converting code from C# to PHP. I want the code in php to use the same algorithm as my code in c#.

    2024/4/16 -... SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><request method="auth.login"><account></account><login></login><password></password></request> ...

    2024/3/14 -Fix getting the address of an uninitialized property of a SimpleXMLElement resulting in a crash. ... mb_detect_encoding is better able to identify UTF-8 and UTF- ...

    2024/5/2 -XML is a markup language designed for data storage and transport, featuring a flexible structure that allows for the use of descriptively named tags.

    2024/3/7 -The XMLWriter::setIndent() function is an inbuilt function in PHP which is used to toggle indentation on/off in the XML document which is off by default. Syntax ...

    4日前 -If an XML document is not UTF-8, it will be converted to it, then processed, and then converted back to its original charset when all is done. The conversions ...

    2024/4/24 -XML namespaces prevent naming conflicts between elements and attributes in XML documents, especially when various XML vocabularies are joined or elements with ...

    2024/5/6 -xml version="1.0" encoding="UTF-8"?> <items>; <title>samurai</title>; <url> ... PHPでxmlを出力するためにはSimpleXMLElementを使用します。 以下のサンプルコードで ...

    2024/5/9 -... 8.php'; include_once __DIR__ . '/include/prepend.inc ... SimpleXMLElement resulting in a crash.</li> <li> ... UTF-8 and UTF-16 strings with a byte-order mark ...

    A.あれこれ考えるより、 $str = $xml->asXML(); で「文字列として」取出し、encoding="UTF-8" の部分を encoding="A...

    A.> SimpleXMLElementで受け取るためそのままSimpleXMLElementで加工 一番簡単なのは、asXML() で文字列にして、【B】のXML宣言を外して前後にrespo...

    A.var_dump($xmlData); として内容を表示させてもわからなかったでしょうか? foreachの対象が違います。 foreach ($xmlData->channel->