App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php.js view on Meta::CPAN
"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"
],
"mb_substr": [
"string mb_substr(string str, int start [, int length [, string encoding]])",
"Returns part of a string"
],
"mb_substr_count": [
"int mb_substr_count(string haystack, string needle [, string encoding])",
"Count the number of substring occurrences"
],
"mcrypt_cbc": [
"string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)",
"CBC crypt/decrypt data using key key with cipher cipher starting with iv"
],
"mcrypt_cfb": [
"string mcrypt_cfb(int cipher, string key, string data, int mode, string iv)",
"CFB crypt/decrypt data using key key with cipher cipher starting with iv"
],
"mcrypt_create_iv": [
"string mcrypt_create_iv(int size, int source)",
"Create an initialization vector (IV)"
],
"mcrypt_decrypt": [
"string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)",
"OFB crypt/decrypt data using key key with cipher cipher starting with iv"
],
"mcrypt_ecb": [
"string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)",
"ECB crypt/decrypt data using key key with cipher cipher starting with iv"
],
"mcrypt_enc_get_algorithms_name": [
"string mcrypt_enc_get_algorithms_name(resource td)",
"Returns the name of the algorithm specified by the descriptor td"
],
"mcrypt_enc_get_block_size": [
"int mcrypt_enc_get_block_size(resource td)",
"Returns the block size of the cipher specified by the descriptor td"
],
"mcrypt_enc_get_iv_size": [
"int mcrypt_enc_get_iv_size(resource td)",
"Returns the size of the IV in bytes of the algorithm specified by the descriptor td"
],
"mcrypt_enc_get_key_size": [
"int mcrypt_enc_get_key_size(resource td)",
"Returns the maximum supported key size in bytes of the algorithm specified by the descriptor td"
],
"mcrypt_enc_get_modes_name": [
"string mcrypt_enc_get_modes_name(resource td)",
"Returns the name of the mode specified by the descriptor td"
],
"mcrypt_enc_get_supported_key_sizes": [
"array mcrypt_enc_get_supported_key_sizes(resource td)",
"This function decrypts the crypttext"
],
"mcrypt_enc_is_block_algorithm": [
"bool mcrypt_enc_is_block_algorithm(resource td)",
"Returns TRUE if the alrogithm is a block algorithms"
],
"mcrypt_enc_is_block_algorithm_mode": [
"bool mcrypt_enc_is_block_algorithm_mode(resource td)",
"Returns TRUE if the mode is for use with block algorithms"
],
"mcrypt_enc_is_block_mode": [
"bool mcrypt_enc_is_block_mode(resource td)",
"Returns TRUE if the mode outputs blocks"
],
"mcrypt_enc_self_test": [
"int mcrypt_enc_self_test(resource td)",
"This function runs the self test on the algorithm specified by the descriptor td"
],
"mcrypt_encrypt": [
"string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)",
"OFB crypt/decrypt data using key key with cipher cipher starting with iv"
( run in 0.393 second using v1.01-cache-2.11-cpan-e1769b4cff6 )