PHP String Tutorials

addcslashes

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

bin2hex. Returns an ASCII string containing the hexadecimal representation of str. We gave the example string progarm using 'bin2hex' function... Read More »

chop

chop. This function is an alias of: rtrim(). We gave the example string progarm using 'chop' function... Read More »

chr

chr. Returns a one-character string containing the character specified by ascii. We gave the example string progarm using 'chr' function... Read More »

echo

echo. Return information about output of argument.We gave the example string progarm using 'echo' function... Read More »