addslashes. Returns a string with backslashes before characters.We gave the example string progarm using 'addslashes' function... Read More »
addslashes. Returns a string with backslashes before characters.We gave the example string progarm using 'addslashes' function... Read More »
addcslashes. Returns a string with backslashes before characters that are listed in charlist parameter.We gave the example string progarm using 'addcslashes' function... Read More »
bin2hex. Returns an ASCII string containing the hexadecimal representation of str. We gave the example string progarm using 'bin2hex' function... Read More »
chop. This function is an alias of: rtrim(). We gave the example string progarm using 'chop' function... Read More »
chr. Returns a one-character string containing the character specified by ascii. We gave the example string progarm using 'chr' function... Read More »
explode.Split a string by string. We gave the example string progarm using 'explode' function... Read More »
echo. Return information about output of argument.We gave the example string progarm using 'echo' function... Read More »
count_chars. Return information about characters used in a string.We gave the example string progarm using 'count_chars' function... Read More »