App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Set search start position"
],
"mb_eregi": [
"int mb_eregi(string pattern, string string [, array registers])",
"Case-insensitive regular expression match for multibyte string"
],
"mb_eregi_replace": [
"string mb_eregi_replace(string pattern, string replacement, string string)",
"Case insensitive replace regular expression for multibyte string"
],
"mb_get_info": [
"mixed mb_get_info([string type])",
"Returns the current settings of mbstring"
],
"mb_http_input": [
"mixed mb_http_input([string type])",
"Returns the input encoding"
],
"mb_http_output": [
"string mb_http_output([string encoding])",
"Sets the current output_encoding or returns the current output_encoding as a string"
],
"mb_internal_encoding": [
"string mb_internal_encoding([string encoding])",
"Sets the current internal encoding or Returns the current internal encoding as a string"
],
"mb_language": [
"string mb_language([string language])",
"Sets the current language or Returns the current language as a string"
],
"mb_list_encodings": [
"mixed mb_list_encodings()",
"Returns an array of all supported entity encodings"
],
"mb_output_handler": [
"string mb_output_handler(string contents, int status)",
"Returns string in output buffer converted to the http_output encoding"
],
"mb_parse_str": [
"bool mb_parse_str(string encoded_string [, array result])",
"Parses GET/POST/COOKIE data and sets global variables"
],
"mb_preferred_mime_name": [
"string mb_preferred_mime_name(string encoding)",
"Return the preferred MIME name (charset) as a string"
],
"mb_regex_encoding": [
"string mb_regex_encoding([string encoding])",
"Returns the current encoding for regex as a string."
],
"mb_regex_set_options": [
"string mb_regex_set_options([string options])",
"Set or get the default options for mbregex functions"
],
"mb_send_mail": [
"int mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])",
"* Sends an email message with MIME scheme"
],
"mb_split": [
"array mb_split(string pattern, string string [, int limit])",
"split multibyte string into array by regular expression"
],
"mb_strcut": [
"string mb_strcut(string str, int start [, int length [, string encoding]])",
"Returns part of a string"
],
"mb_strimwidth": [
"string mb_strimwidth(string str, int start, int width [, string trimmarker [, string encoding]])",
"Trim the string in terminal width"
],
"mb_stripos": [
"int mb_stripos(string haystack, string needle [, int offset [, string encoding]])",
"Finds position of first occurrence of a string within another, case insensitive"
],
"mb_stristr": [
"string mb_stristr(string haystack, string needle[, bool part[, string encoding]])",
"Finds first occurrence of a string within another, case insensitive"
],
"mb_strlen": [
"int mb_strlen(string str [, string encoding])",
"Get character numbers of a string"
],
"mb_strpos": [
"int mb_strpos(string haystack, string needle [, int offset [, string encoding]])",
"Find position of first occurrence of a string within another"
],
"mb_strrchr": [
"string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])",
"Finds the last occurrence of a character in a string within another"
],
"mb_strrichr": [
"string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])",
"Finds the last occurrence of a character in a string within another, case insensitive"
],
"mb_strripos": [
"int mb_strripos(string haystack, string needle [, int offset [, string encoding]])",
"Finds position of last occurrence of a string within another, case insensitive"
],
"mb_strrpos": [
"int mb_strrpos(string haystack, string needle [, int offset [, string encoding]])",
"Find position of last occurrence of a string within another"
],
"mb_strstr": [
"string mb_strstr(string haystack, string needle[, bool part[, string encoding]])",
"Finds first occurrence of a string within another"
],
"mb_strtolower": [
"string mb_strtolower(string sourcestring [, string encoding])",
"* Returns a lowercased version of sourcestring"
],
"mb_strtoupper": [
"string mb_strtoupper(string sourcestring [, string encoding])",
"* Returns a uppercased version of sourcestring"
],
"mb_strwidth": [
"int mb_strwidth(string str [, string encoding])",
"Gets terminal width of a string"
],
"mb_substitute_character": [
"mixed mb_substitute_character([mixed substchar])",
"Sets the current substitute_character or returns the current substitute_character"
( run in 0.821 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )