PHP Functions : Tidy Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Tidy Functions
Help URL: http://www.php.net/manual/en/ref.tidy.php
Items Related to Tidy Functions
Inner Elements of Tidy Functions
Tidy Functions contains following items:
- ob_tidyhandler (ob tidyhandler)
- tidy_access_count (tidy access count)
- tidy_clean_repair (tidy clean repair)
- tidy_config_count (tidy config count)
- tidy::__construct (tidy construct)
- tidy_diagnose (tidy diagnose)
- tidy_error_count (tidy error count)
- tidy_get_body (tidy get body)
- tidy_get_config (tidy get config)
- tidy_get_error_buffer (tidy get error buffer)
- tidy_get_head (tidy get head)
- tidy_get_html_ver (tidy get html ver)
- tidy_get_html (tidy get html)
- tidy_get_opt_doc (tidy get opt doc)
- tidy_get_output (tidy get output)
- tidy_get_release (tidy get release)
- tidy_get_root (tidy get root)
- tidy_get_status (tidy get status)
- tidy_getopt (tidy getopt)
- tidy_is_xhtml (tidy is xhtml)
- tidy_is_xml (tidy is xml)
- tidy_load_config (tidy load config)
- tidy_node->get_attr (tidy node get attr)
- tidy_node->get_nodes (tidy node get nodes)
- tidy_node->next (tidy node next)
- tidy_node->prev (tidy node prev)
- tidy_parse_file (tidy parse file)
- tidy_parse_string (tidy parse string)
- tidy_repair_file (tidy repair file)
- tidy_repair_string (tidy repair string)
- tidy_reset_config (tidy reset config)
- tidy_save_config (tidy save config)
- tidy_set_encoding (tidy set encoding)
- tidy_setopt (tidy setopt)
- tidy_warning_count (tidy warning count)
- tidyNode->hasChildren (tidy Node has Children)
- tidyNode->hasSiblings (tidy Node has Siblings)
- tidyNode->isAsp (tidy Node is Asp)
- tidyNode->isComment (tidy Node is Comment)
- tidyNode->isHtml (tidy Node is Html)
- tidyNode->isJste (tidy Node is Jste)
- tidyNode->isPhp (tidy Node is Php)
- tidyNode->isText (tidy Node is Text)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|