px2dthelper
Namespaces
- fncs
Interfaces, Classes, Traits and Enums
- broccoli_receive_message
- broccoli/receive_message.php
- main
- main.php
- px2ce_apis
- px2ce/apis.php
- px2me_apis
- px2me/apis.php
- px2te_apis
- px2te/apis.php
- std_output
- std_output.php
- simple_html_dom_node
- simple html dom node
PaperG - added ability for "find" routine to lowercase the value of the selector.
- simple_html_dom
- simple html dom parser
Paperg - in the find routine: allow us to specify that we want case insensitive testing of the value of the selector.
- sitemapUtils
- sitemapUtils.php
- utils
- utils.php
- authorizer
- authorizer.php
Table of Contents
-
file_get_html()
: mixed
-
str_get_html()
: mixed
-
dump_html_tree()
: mixed
file_get_html()
file_get_html(mixed $url[, mixed $use_include_path = false ][, mixed $context = null ][, mixed $offset = -1 ][, mixed $maxLen = -1 ][, mixed $lowercase = true ][, mixed $forceTagsClosed = true ][, mixed $target_charset = DEFAULT_TARGET_CHARSET ][, mixed $stripRN = true ][, mixed $defaultBRText = DEFAULT_BR_TEXT ][, mixed $defaultSpanText = DEFAULT_SPAN_TEXT ]) : mixed
Parameters
-
$url
: mixed
-
-
$use_include_path
: mixed
= false
-
-
$context
: mixed
= null
-
-
$offset
: mixed
= -1
-
-
$maxLen
: mixed
= -1
-
-
$lowercase
: mixed
= true
-
-
$forceTagsClosed
: mixed
= true
-
-
$target_charset
: mixed
= DEFAULT_TARGET_CHARSET
-
-
$stripRN
: mixed
= true
-
-
$defaultBRText
: mixed
= DEFAULT_BR_TEXT
-
-
$defaultSpanText
: mixed
= DEFAULT_SPAN_TEXT
-
Return values
mixed
—
str_get_html()
str_get_html(mixed $str[, mixed $lowercase = true ][, mixed $forceTagsClosed = true ][, mixed $target_charset = DEFAULT_TARGET_CHARSET ][, mixed $stripRN = true ][, mixed $defaultBRText = DEFAULT_BR_TEXT ][, mixed $defaultSpanText = DEFAULT_SPAN_TEXT ]) : mixed
Parameters
-
$str
: mixed
-
-
$lowercase
: mixed
= true
-
-
$forceTagsClosed
: mixed
= true
-
-
$target_charset
: mixed
= DEFAULT_TARGET_CHARSET
-
-
$stripRN
: mixed
= true
-
-
$defaultBRText
: mixed
= DEFAULT_BR_TEXT
-
-
$defaultSpanText
: mixed
= DEFAULT_SPAN_TEXT
-
Return values
mixed
—
dump_html_tree()
dump_html_tree(mixed $node[, mixed $show_attr = true ], mixed $deep) : mixed
Parameters
-
$node
: mixed
-
-
$show_attr
: mixed
= true
-
-
$deep
: mixed
-
Return values
mixed
—