php, metin yarma correctnes kontrol

1 Cevap php

I need to split html document on two parts. First part, should contain N(30) words, and next one should contain everything else. And the main problem, is to prevent splitting tags (description and body of tags).

  1. <a **<=>** href="text" > text </a>

  2. <a href="text" > **<=>** text </a>

  3. <a href="text" > text </ **<=>** a>

Bana lütfen öneriler vermek (ya da zaten böyle bir fonksiyonu yazdım, kodunuzu paylaşın lütfen) bunu gerçekleştirmek için nasıl! Teşekkürler.

1 Cevap

DOM Parser, sen http://php.net/manual/en/book.dom.php bulabileceğiniz belgeleri kullanın

Bu sınıf, bir ağacın içinde html ayrıştırmak ve ağaç manipülasyon ve veri kaydetme ederek sonuç alabilirsiniz.