Goutte icon indicating copy to clipboard operation
Goutte copied to clipboard

Read Data From String

Open prasetyo-jeanu opened this issue 7 years ago • 1 comments

how Goutte reads data from a string rather than reading data from the server like $crawler->str_get_html($string)

prasetyo-jeanu avatar Sep 20 '18 23:09 prasetyo-jeanu

You can do this. $crawler = new Crawler($string);

sharmadhiraj avatar Jun 26 '20 02:06 sharmadhiraj