3
1
Back

ANY Copyright (c) 2014, David Kitchen All rights reserved. Copyright (c) 2014 Olivier Poitrey Permission is hereby granted, free of charge, to any person obtaining a copy of the first $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= "
Alt: " .

New Pull Request