79161460

Date: 2024-11-06 06:02:15
Score: 1.5
Natty:
Report link

like text(), innerText() also trims whitespace characters by default, but you can get the unchanged text by passing FALSE as argument $text = $crawler->filtrXPath('//body/p')->innerText(false);

https://symfony.com/doc/current/components/dom_crawler.html

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: GreenCat