Problem 1
- phpunit/phpunit 7.5.x-dev requires ext-dom * -> the requested PHP extension dom is missing- phpunit/phpunit 7.5.1 requires ext-dom * -> the requested PHP extension dom is missing from your- phpunit/phpunit 7.5.0 requires ext-dom * -> the requ
我有一个很大的XML文件,里面有产品。我正在试图删除所有缺货的产品。文件大小超过20 is。我的基本PHP代码: $xml = new SimpleXMLElement(file_get_contents($url));foreach ($xml->product->children() as $product) {
//finding out of stock