PHP: Parsing HTML to find Links
Рубрики: PHP on Sep.03, 2008
Парсинг HTML, поиск линков Using the default for preg_match_all the array returned contains an array of the first ‘capture’ then an array of the second capture and so forth. By capture we mean patterns contained in (): # Original PHP code by Chirp Internet: www.chirp.com.au # Please acknowledge use of this code by including this [...]
