Skip to content

Instantly share code, notes, and snippets.

@kaja47
Created January 2, 2015 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaja47/bddc1403d6a182264029 to your computer and use it in GitHub Desktop.
Save kaja47/bddc1403d6a182264029 to your computer and use it in GitHub Desktop.
little matcher css selector example
<?php
Matcher::multi('div.article', [
'title' => 'h2'
'date' => 'span.date'
])->fromHtml(new CssMatcherContext)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment