約103件1ページ目

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

  • 最終更新日:1か月以内
  • 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/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.

    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/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 ...

    2024/5/17 -One common task when working with XPath is selecting elements by their class attribute, particularly useful for web scraping and testing scenarios. In this ...

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

    2024/5/6 -$xml = new SimpleXMLElement('<item></item>'); ... まず、SimpleXMLElementオブジェクトを生成します。 次に ... $document->encoding = 'UTF-8';. と指定することで ...

    2024/5/21 -I am trying to change the price of an item using Amazon's MWS API for a product on Amazon France. The XML I am sending up is: <?xml version="1.0" encoding="utf- ...

    2024/5/11 -Example#2534 - Converting from UTF-8 to UTF-16 and back ... Example#5600 - Loading broken XML string · Example ... Example#5604 - Using asXML() on SimpleXMLElement ...

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

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

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