• skip to content
  • skip to navigation
KINGdesk
web design
  • Home our first impression for 60% of our visitors
  • Articles innovative techniques and best practices in web design
  • Projects free resources developed by KINGdesk
  • Portfolio featured design work completed by KINGdesk
  • About information and contact details for KINGdesk
  • Contact contact form, email, phone and address for KINGdesk
  • Subscribe to Feedrss logo
Our podcast:

Web In Focus

album art for WiF podcast subscribe via iTunes

  • Links We Like
  • Site Credits
  • Legal

Questions? Contact us.
phone: (858) 598-3375
email: info@kingdesk.com

PHP Parser Documentation

This draft of the doc­u­men­ta­tion remains imma­ture. While we have made attempt to be thor­ough and accu­rate, you may encounter errors. If you dis­cover any defi­cien­cies, please let us know at info@​kingdesk.​com

This page doc­u­ments the func­tion­al­ity pro­vided by the PHP Parser project.

Table of Contents

  • class parse­HTML
    • load()
    • reload()
    • unload()
    • update()
    • clear()
    • lock()
    • unlock()
    • lock_​comments()
    • unlock_​comments()
    • lock_​dtd()
    • unlock_​dtd()
    • lock_​cdata()
    • unlock_​cdata()
    • lock_​xml()
    • unlock_​xml()
    • lock_​tags()
    • unlock_​tags()
    • lock_​text()
    • unlock_​text()
    • lock_​children()
    • unlock_​children()
    • get_​all()
    • get_​locked()
    • get_​unlocked()
    • get_​comments()
    • get_​locked_​comments()
    • get_​unlocked_​comments()
    • get_​dtd()
    • get_​locked_​dtd()
    • get_​unlocked_​dtd()
    • get_​cdata()
    • get_​locked_​cdata()
    • get_​unlocked_​cdata()
    • get_​xml()
    • get_​locked_​xml()
    • get_​unlocked_​xml()
    • get_​tags()
    • get_​locked_​tags()
    • get_​unlocked_​tags()
    • get_​text()
    • get_​locked_​text()
    • get_​unlocked_​text()
    • get_​tags_​by_​name()
    • get_​tag_​by_​id()
    • get_​tags_​by_​class()
    • get_​tags_​by_​attribute()
    • get_​children()
    • in_​tag()
    • in_​id()
    • in_​class()
    • in_​attribute()
  • class parse­Text
    • load()
    • reload()
    • unload()
    • update()
    • clear()
    • get_​all()
    • get_​spaces()
    • get_​punctuation()
    • get_​words()
    • get_​other()

return to top