Tariqa SOAP
|
Data Structures | |
class | MTemplate |
class | MTemplateObject |
class | MTemplateObject_mysql |
Namespaces | |
namespace | MetaNull |
Functions | |
load_file ($filename, $block_size=8192) | |
cb_html_escape ($data) | |
cb_html_attribute_value ($data) | |
cb_html_tidy ($data) | |
cb_crlf_to_br ($data) |
cb_crlf_to_br | ( | $ | data | ) |
Convert CR & LF to HTML paragraphs
string | $data |
cb_html_attribute_value | ( | $ | data | ) |
Escapes a string so that it can be used as an attribute value in an HTML document
string | $data |
cb_html_escape | ( | $ | data | ) |
Escapes HTML special characters
string | $data |
cb_html_tidy | ( | $ | data | ) |
Cleanup HTML data to make it fits strictly with XHTML format
string | $data |
load_file | ( | $ | filename, |
$ | block_size = 8192 |
||
) |
Reads an entire file and returns it's content
string | $filename | Full path of the file |
integer | $block_size | Default size of the block for read operation |